Install documentation updated

pull/31/head
Alexandre Dulaunoy 2016-06-28 21:21:13 +02:00
parent 879928c6be
commit a27113db4d
1 changed files with 3 additions and 0 deletions

View File

@ -30,6 +30,9 @@ apt-get install python3-dev python3-pip libpq5
git clone https://github.com/MISP/misp-modules.git
cd misp-modules
pip3 install -r REQUIREMENTS
cd ..
python3 setup.py build
python3 setup.py install
python3 bin/misp-modules
~~~~