diff --git a/README.md b/README.md index a9b05d4..36faa6e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,10 @@ It is assumed that you are using **Python3.9+**. It is encouraged to [setup a vi ```sh # install dependencies & dev-dependencies + # PIP pip install -e .[dev,full] + # PIPENV + pipenv install --dev -e . # install a git hook that runs the code formatter before each commit. pre-commit install