Document the need to enter the virtual environment shell (#868)

This commit is contained in:
Yngve Høiseth 2019-05-26 11:58:29 +02:00 committed by Zsolt Dollenstein
parent 519c06a8cc
commit 340d87b47c

View File

@ -31,6 +31,7 @@ myself and CentOS at work.
Install all development dependencies using:
```
$ pipenv install --dev
$ pipenv shell
$ pre-commit install
```
If you haven't used `pipenv` before but are comfortable with virtualenvs,