mirror of https://github.com/MISP/PyMISP
chg: Comments were still referencing pipenv
parent
8d294ff2ba
commit
7d60cbd9c9
|
@ -115,7 +115,7 @@ logging.basicConfig(level=logging.DEBUG, filename="debug.log", filemode='w', for
|
||||||
|
|
||||||
|
|
||||||
```bash
|
```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]
|
nosetests-3.4 -s --with-coverage --cover-package=pymisp,tests --cover-tests tests/testlive_comprehensive.py:TestComprehensive.[test_name]
|
||||||
|
|
||||||
|
|
|
@ -3,6 +3,6 @@
|
||||||
set -e
|
set -e
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
# We're in python3, installing with pipenv.
|
# We're in python3, installing with poetry.
|
||||||
pip3 install poetry
|
pip3 install poetry
|
||||||
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport
|
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport
|
||||||
|
|
Loading…
Reference in New Issue