mirror of https://github.com/MISP/misp-modules
Merge pull request #85 from rmarsollier/master
add libjpeg-dev as a dep to allow pillow to be installed succesfullypull/86/head
commit
05d0e9aed6
|
@ -44,7 +44,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
|
||||||
## How to install and start MISP modules?
|
## How to install and start MISP modules?
|
||||||
|
|
||||||
~~~~bash
|
~~~~bash
|
||||||
sudo apt-get install python3-dev python3-pip libpq5
|
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev
|
||||||
cd /usr/local/src/
|
cd /usr/local/src/
|
||||||
sudo git clone https://github.com/MISP/misp-modules.git
|
sudo git clone https://github.com/MISP/misp-modules.git
|
||||||
cd misp-modules
|
cd misp-modules
|
||||||
|
|
Loading…
Reference in New Issue