pip --upgrade must be always called (to have modules updated)

pull/44/head
Alexandre Dulaunoy 2016-08-12 12:39:46 +02:00
parent e7c6c36089
commit bfedd69a81
1 changed files with 2 additions and 2 deletions

View File

@ -30,8 +30,8 @@ sudo apt-get install python3-dev python3-pip libpq5
cd /usr/local/src/
sudo git clone https://github.com/MISP/misp-modules.git
cd misp-modules
sudo pip3 install -r REQUIREMENTS
sudo pip3 install .
sudo pip3 install --upgrade -r REQUIREMENTS
sudo pip3 install --upgrade .
sudo vi /etc/rc.local, add this line: `sudo -u www-data misp-modules -s`
~~~~