mirror of https://github.com/MISP/misp-modules
parent
5efe7c330e
commit
c5cbfaedf6
|
@ -100,7 +100,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
|
||||||
## How to install and start MISP modules in a Python virtualenv? (recommended)
|
## How to install and start MISP modules in a Python virtualenv? (recommended)
|
||||||
|
|
||||||
~~~~bash
|
~~~~bash
|
||||||
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev tesseract-ocr imagemagick virtualenv libopencv-dev zbar-tools
|
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev tesseract-ocr libpoppler-cpp-dev imagemagick virtualenv libopencv-dev zbar-tools libzbar0 libzbar-dev libfuzzy-dev -y
|
||||||
sudo -u www-data virtualenv -p python3 /var/www/MISP/venv
|
sudo -u www-data virtualenv -p python3 /var/www/MISP/venv
|
||||||
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
|
||||||
|
|
Loading…
Reference in New Issue