aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorjdenisco <jdenisco@cisco.com>2019-05-28 13:58:33 +0000
committerDave Barach <openvpp@barachs.net>2019-05-28 18:43:57 +0000
commit65e410b3f3d70cd60cf5f84461063682be626cc5 (patch)
tree4a5675559dc63585dcd76cf66aade608e3469cfc /docs
parentf34f1a424ec9d01533c9979863ac259623d05740 (diff)
docs: Add some packages for building the docs
Change-Id: I7af427ba6378ddd8480a153a65ec11c578bab12e Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/about.rst4
-rw-r--r--docs/gettingstarted/writingdocs/buildingrst.rst11
2 files changed, 13 insertions, 2 deletions
diff --git a/docs/about.rst b/docs/about.rst
index a7c747b54ba..277a2fbf126 100644
--- a/docs/about.rst
+++ b/docs/about.rst
@@ -4,6 +4,6 @@
About
=====
-**VPP Version:** 19.08-rc0~238-g0a715cd03
+**VPP Version:** 19.08-rc0~300-g9080096f7
-**Built on:** Fri May 17 17:37:25 GMT 2019
+**Built on:** Tue May 28 13:45:28 GMT 2019
diff --git a/docs/gettingstarted/writingdocs/buildingrst.rst b/docs/gettingstarted/writingdocs/buildingrst.rst
index 46830ca2580..474257d35d0 100644
--- a/docs/gettingstarted/writingdocs/buildingrst.rst
+++ b/docs/gettingstarted/writingdocs/buildingrst.rst
@@ -20,6 +20,17 @@ Start with a clone of the vpp repository.
$ cd vpp
+Install the Necessary Packages
+===============================
+
+Before building the docs there are some packages that are needed. To install
+these packages on ubuntu execute the following.
+
+.. code-block:: console
+
+ $ sudo apt-get install python3-all python3-setuptools python3-pip
+
+
Create a Virtual Environment using virtualenv
===============================================