README: Use pip for python lib install

This commit is contained in:
Rafa de la Torre 2016-06-24 10:13:25 +02:00 committed by Carla Iriberri
parent 4b72af34ec
commit 4b79ab988e

View File

@ -49,7 +49,7 @@ Steps to deploy a new Data Services API version :
- install python library
```
cd server/lib/python/cartodb_services && python setup.py install
cd server/lib/python/cartodb_services && sudo pip install --upgrade .
```
- install extensions in user database