From ed7de1a57706fc4637dd042db878b5682fcfe44b Mon Sep 17 00:00:00 2001 From: Eyal Date: Tue, 8 Mar 2016 08:58:23 +0200 Subject: [PATCH] fix readme file remove pip install documentation not supported yet the client is not updated in the PyPi repo Change-Id: I4e954542d276a2a7b3f595d40e91b288a43116ef --- README.rst | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 4b9891a..f363987 100644 --- a/README.rst +++ b/README.rst @@ -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