aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSachin <sacpatil@redhat.com>2016-02-21 18:02:03 +0530
committerBryn M. Reeves <bmr@redhat.com>2018-03-13 12:14:20 +0000
commit8939cda58ebf6b2ada49b5a2071747a038ebebe8 (patch)
tree26e44f2623521e15fecc982153cf7ba2e3332130 /README.md
parentda42466ad3436fff9ea16aab2bfebab9fd586ed8 (diff)
downloadsos-8939cda58ebf6b2ada49b5a2071747a038ebebe8.tar.gz
[build] Added dependencies in requirements
* Updated instructions in README to install Python dependencies * Added an example to create HTML docs * Added instruction to optionally run 'make test' before sending a PR * Relavant changes made in .travis.yml to test requirements Signed-off-by: Sachin Patil <sacpatil@redhat.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fb764df..16e91c94 100644
--- a/README.md
+++ b/README.md
@@ -42,6 +42,20 @@ patches and commit messages.
User and API [documentation][6] is automatically generated using [Sphinx][7]
and [Read the Docs][8].
+To generate HTML documents locally, install dependencies using
+
+```
+pip install -r requirements.txt
+```
+
+and run
+
+```
+make
+```
+
+Please run `make test` before sending a [pull request][0]
+
### Wiki
* [How to write a plugin][1]