mirror of https://github.com/MISP/PyMISP
Use poetry everywhere, fix readme
parent
a4ca29489b
commit
3eeefa0149
|
@ -24,5 +24,5 @@ script:
|
||||||
- bash travis/test_travis.sh
|
- bash travis/test_travis.sh
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- pipenv run codecov
|
- poetry run codecov
|
||||||
- pipenv run coveralls
|
- poetry run coveralls
|
||||||
|
|
|
@ -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**
|
**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:
|
Only basic dependencies:
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue