Added 'pip install -r requirements.txt' instruction

'python setup.py install' will not install requirements.
We have to install it manually.

Please see comment #6 here:
https://bugs.launchpad.net/pbr/+bug/1341341

Change-Id: I8d5b2cc07f17c86ec278b240c64e96dfb39aea40
This commit is contained in:
hardik
2016-07-22 11:14:23 +05:30
parent b463f3ade2
commit 35179421f7
2 changed files with 2 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ Then just run:
or
pip install -r requirements.txt
python setup.py install

View File

@@ -1,7 +1,7 @@
[metadata]
name = python-mistralclient
summary = Mistral Client Library
description-file = README.md
description-file = README.rst
#license = Apache Software License
classifiers =
Programming Language :: Python