fix readme file

remove pip install documentation
not supported yet the client is not updated
in the PyPi repo

Change-Id: I4e954542d276a2a7b3f595d40e91b288a43116ef
This commit is contained in:
Eyal 2016-03-08 08:58:23 +02:00
parent 7046eb5772
commit ed7de1a577
1 changed files with 2 additions and 9 deletions

View File

@ -12,16 +12,9 @@ provides a Python API (the ``vitrageclient`` module) and a command-line tool
Ubuntu Install
--------------
Requires:
- pip - version >= 1.4. python get-pip.py
At the moment only manual install is available
See versions on PYPI:
https://pypi.python.org/pypi/python-vitrageclient/
Install It:
- sudo pip install python-vitrageclient
Alternative Manual Install Steps:
Manual Install Steps:
- cd to your python-vitrageclient repo
- sudo pip install -r requirements.txt
- python setup.py install