adding requirements_dev.txt

This commit is contained in:
Robert Zajac
2019-01-10 19:44:24 -05:00
parent 7c2b2800a8
commit e47c4e98fa
3 changed files with 8 additions and 3 deletions

View File

@ -21,7 +21,8 @@ py-libp2p requires Python 3.6 and the best way to guarantee a clean Python 3.6 e
```sh
virtualenv -p python3.6 venv
. venv/bin/activate
pip3 install -r requirements.txt
pip3 install -r requirements_dev.txt
python setup.py develop
```
## Testing