chg: Comments were still referencing pipenv

pull/551/head
Raphaël Vinot 2020-02-26 15:22:29 +01:00
parent 8d294ff2ba
commit 7d60cbd9c9
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for
```bash
# From a pipenv
# From poetry
nosetests-3.4 -s --with-coverage --cover-package=pymisp,tests --cover-tests tests/testlive_comprehensive.py:TestComprehensive.[test_name]

View File

@ -3,6 +3,6 @@
set -e
set -x
# We're in python3, installing with pipenv.
# We're in python3, installing with poetry.
pip3 install poetry
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport