aboutsummaryrefslogtreecommitdiffstats
path: root/docs/README.md
diff options
context:
space:
mode:
authorLuca Muscariello <muscariello@ieee.org>2020-03-02 19:57:39 +0000
committerGerrit Code Review <gerrit@fd.io>2020-03-02 19:57:39 +0000
commit248bfd5ad0ae3cc17bbd3ea3b9a47fa8d075ee58 (patch)
tree1a42fb0698a2fc729eb10d62a2a88dc19007b446 /docs/README.md
parentee91ccd88a2fe1de74e4128ef84840e58ec70295 (diff)
parente719d88839ba074d0c98d04cd7f0812ed317c3b1 (diff)
Merge "[HICN-537] Update telemetry documentation"
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md
index be7f4e6df..431d1b814 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -15,16 +15,20 @@ out <https://packaging.python.org/guides/installing-using-pip-and-virtualenv>
For example start with a clone of the hicn.
+```bash
$ git clone <https://gerrit.fd.io/r/hicn>
$ cd hicn
+```
# Install the virtual environment
+```bash
$ python3 -m pip install --user virtualenv
$ python3 -m virtualenv env
$ source env/bin/activate
$ pip install -r docs/etc/requirements.txt
$ cd docs
+```
Which installs all the required applications into its own, isolated,
virtual environment, so as to not interfere with other builds that may
@@ -35,7 +39,9 @@ use different versions of software.
Be sure you are in your hicn/docs directory, since that is where Sphinx will
look for your conf.py file, and build the documents into an index.html file
+```bash
$ make html
+```
# View the results