From 35179421f7f00f362ed0f064eece4f4443cdd176 Mon Sep 17 00:00:00 2001 From: hardik Date: Fri, 22 Jul 2016 11:14:23 +0530 Subject: [PATCH] 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 --- README.md => README.rst | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) rename README.md => README.rst (97%) diff --git a/README.md b/README.rst similarity index 97% rename from README.md rename to README.rst index 46e04bd8..9d132ebb 100644 --- a/README.md +++ b/README.rst @@ -18,6 +18,7 @@ Then just run: or + pip install -r requirements.txt python setup.py install diff --git a/setup.cfg b/setup.cfg index 01483f0c..e0f00f9b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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