From 02a5a5c5d3a529173b501b24d798a9b09a7f8c0f Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Tue, 31 May 2022 15:53:14 +0200 Subject: [PATCH] ***Be sure to run the latest version of `pip`*** --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index bf27c5e..178e07f 100644 --- a/README.md +++ b/README.md @@ -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