diff options
author | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 17:05:52 +0900 |
---|---|---|
committer | Nguyễn Gia Phong <cnx@loang.net> | 2025-06-19 17:05:52 +0900 |
commit | 01b0e90c621606071e20534c93f5299cbfcacda3 (patch) | |
tree | a39f8c8d27cce9f50381077235f39c535836d9e1 /README.md | |
parent | f72ededb1245d554163cb10a9e22ee2ebe75c736 (diff) | |
download | scadere-01b0e90c621606071e20534c93f5299cbfcacda3.tar.gz |
Nit documentations
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 41dfdf5..06c7b37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Installing from source should only be considered as a last resort; if you are capable of doing so, please also package scadere for your distribution. -Scadere requires Python 3.11 or above, and uses [flit] +Scadere requires Python 3.11 or above, and uses [flit] 3.11 or above as the PEP 517 build backend. Installation can be done with `flit install` or `pip install .`. |