Add pip and setuptools upgrade command which remove error message when launch "./manage.sh update_packages"

Eliesemoule 2017-07-20 19:57:16 +02:00
parent 10b65ae200
commit e1fbb05073
1 changed files with 2 additions and 0 deletions

@ -28,6 +28,8 @@ su - searx
cd /usr/local/searx cd /usr/local/searx
virtualenv searx-ve virtualenv searx-ve
. ./searx-ve/bin/activate . ./searx-ve/bin/activate
pip install --upgrade pip
pip install --upgrade setuptools
./manage.sh update_packages ./manage.sh update_packages
``` ```