2019-04-25 11:45:46 +02:00
|
|
|
#!/usr/bin/env bash
|
|
|
|
|
|
|
|
set -e
|
|
|
|
set -x
|
|
|
|
|
2020-02-26 15:22:29 +01:00
|
|
|
# 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
|