README improvements

This commit is contained in:
SporeStack 2023-02-07 19:42:49 +00:00
parent b832c0045d
commit 7a6c09dad6
1 changed files with 2 additions and 4 deletions

View File

@ -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