PyMISP/travis/install_travis.sh

9 lines
176 B
Bash
Raw Normal View History

2019-04-25 11:45:46 +02:00
#!/usr/bin/env bash
set -e
set -x
# We're in python3, installing with poetry.
2020-02-18 11:30:11 +01:00
pip3 install poetry
poetry install -E fileobjects -E openioc -E virustotal -E docs -E pdfexport