From 7a6c09dad68a516c3f32988c000e34ca0301af30 Mon Sep 17 00:00:00 2001 From: SporeStack Date: Tue, 7 Feb 2023 19:42:49 +0000 Subject: [PATCH] README improvements --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc3dfe4..57b4cc4 100644 --- a/README.md +++ b/README.md @@ -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