Use poetry everywhere, fix readme

pull/551/head
Raphaël Vinot 2020-02-18 11:39:54 +01:00
parent a4ca29489b
commit 3eeefa0149
2 changed files with 3 additions and 3 deletions

View File

@ -24,5 +24,5 @@ script:
- bash travis/test_travis.sh
after_success:
- pipenv run codecov
- pipenv run coveralls
- poetry run codecov
- poetry run coveralls

View File

@ -20,7 +20,7 @@ PyMISP allows you to fetch events, add or update events/attributes, add or updat
**It is strongly recommended to use a virtual environment**
If you want to know more about virtual environments, (python has you covered)[https://docs.python.org/3/tutorial/venv.html]
If you want to know more about virtual environments, [python has you covered](https://docs.python.org/3/tutorial/venv.html)
Only basic dependencies:
```