Skip to content

Commit

Permalink
adds dev pipenv instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
msramalho committed Sep 27, 2022
1 parent 93c51d7 commit dc7e126
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dc7e126

Please sign in to comment.