Update README.md

pull/8/head
Raphaël Vinot 2016-04-10 16:35:32 +02:00
parent 2699eef633
commit bf57ce0b12
1 changed files with 2 additions and 1 deletions

View File

@ -21,7 +21,8 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
## How to install and start MISP modules?
~~~~bash
git clone git@github.com:MISP/misp-modules.git
apt-get install python-dev python3-pip
git clone https://github.com/MISP/misp-modules.git
cd misp-modules
pip3 install -r REQUIREMENTS
cd bin