chg: [doc] default path for virtualenv fixed (matching the original

one previously setup in the documentation)
pull/3844/head
Alexandre Dulaunoy 2018-11-03 08:48:50 +01:00
parent b1ded9d132
commit 69d809a26c
No known key found for this signature in database
GPG Key ID: 09E2CD4944E6CBCD
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ sudo -H -u www-data ${PATH_TO_MISP}/MISP/venv/bin/pip install .
# install PyMISP
cd ${PATH_TO_MISP}/PyMISP
sudo -H -u www-data ${PATH_TO_MISP}/venv/bin/pip install .
sudo -H -u www-data ${PATH_TO_MISP}/MISP/venv/bin/pip install .
```
### 4/ CakePHP