|
|
|
@ -4,7 +4,7 @@ |
|
|
|
|
|
|
|
|
|
## Requirements |
|
|
|
|
|
|
|
|
|
* Python 3.7-3.10 (or maybe newer) |
|
|
|
|
* Python 3.7-3.11 (or maybe newer) |
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
|
|
|
|
|
@ -35,11 +35,9 @@ |
|
|
|
|
|
|
|
|
|
## Developing |
|
|
|
|
|
|
|
|
|
* `pip install pipenv pre-commit` |
|
|
|
|
* `pre-commit install` |
|
|
|
|
* `pipenv install --deploy --dev` |
|
|
|
|
* `pipenv run make test` (If you don't have `make`, use `almake`) |
|
|
|
|
* `pre-commit run --all-files` (To format code, or wait for `git commit`) |
|
|
|
|
* `pipenv run make format` to format files and apply ruff fixes. |
|
|
|
|
|
|
|
|
|
## Licence |
|
|
|
|
|
|
|
|
|