Added sudo to pip install requirements.txt

This commit is contained in:
Antonio 2017-12-01 13:27:11 +01:00
parent 63786caaa6
commit 9b8045f2ed

View File

@ -38,7 +38,7 @@ Steps to deploy a new Data Services API version :
``` ```
# in dataservices-api repo root path: # in dataservices-api repo root path:
cd server/lib/python/cartodb_services && pip install -r requirements.txt && sudo pip install . --upgrade cd server/lib/python/cartodb_services && sudo pip install -r requirements.txt && sudo pip install . --upgrade
``` ```
- Create a database to hold all the server part and a user for it - Create a database to hold all the server part and a user for it