Skip to content

Commit

Permalink
***Be sure to run the latest version of pip***
Browse files Browse the repository at this point in the history
  • Loading branch information
adulau authored May 31, 2022
1 parent aabe01e commit 02a5a5c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,8 @@ For more information: [Extending MISP with Python modules](https://www.misp-proj

## How to install and start MISP modules in a Python virtualenv? (recommended)

***Be sure to run the latest version of `pip`***. To install the latest version of pip, `pip install --upgrade pip` will do the job.

~~~~bash
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 build-essential -y
sudo -u www-data virtualenv -p python3 /var/www/MISP/venv
Expand Down

0 comments on commit 02a5a5c

Please sign in to comment.