adds dev pipenv instructions

This commit is contained in:
msramalho
2022-09-27 13:59:49 +01:00
parent 93c51d7a80
commit dc7e12642e

View File

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