mirror of https://github.com/MISP/misp-modules
Adding virtualenv to apt-get install
parent
af1f0e7761
commit
3b415cb53a
|
@ -87,7 +87,7 @@ For more information: [Extending MISP with Python modules](https://www.circl.lu/
|
||||||
## How to install and start MISP modules in a Python virtualenv?
|
## How to install and start MISP modules in a Python virtualenv?
|
||||||
|
|
||||||
~~~~bash
|
~~~~bash
|
||||||
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev tesseract-ocr imagemagick
|
sudo apt-get install python3-dev python3-pip libpq5 libjpeg-dev tesseract-ocr imagemagick virtualenv
|
||||||
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