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:
@@ -18,6 +18,7 @@ Then just run:
|
|||||||
|
|
||||||
or
|
or
|
||||||
|
|
||||||
|
pip install -r requirements.txt
|
||||||
python setup.py install
|
python setup.py install
|
||||||
|
|
||||||
|
|
@@ -1,7 +1,7 @@
|
|||||||
[metadata]
|
[metadata]
|
||||||
name = python-mistralclient
|
name = python-mistralclient
|
||||||
summary = Mistral Client Library
|
summary = Mistral Client Library
|
||||||
description-file = README.md
|
description-file = README.rst
|
||||||
#license = Apache Software License
|
#license = Apache Software License
|
||||||
classifiers =
|
classifiers =
|
||||||
Programming Language :: Python
|
Programming Language :: Python
|
||||||
|
Reference in New Issue
Block a user