docs: Add some packages for building the docs 57/19857/2
authorjdenisco <jdenisco@cisco.com>
Tue, 28 May 2019 13:58:33 +0000 (13:58 +0000)
committerDave Barach <openvpp@barachs.net>
Tue, 28 May 2019 18:43:57 +0000 (18:43 +0000)
Change-Id: I7af427ba6378ddd8480a153a65ec11c578bab12e
Signed-off-by: jdenisco <jdenisco@cisco.com>
docs/about.rst
docs/gettingstarted/writingdocs/buildingrst.rst

index a7c747b..277a2fb 100644 (file)
@@ -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
index 46830ca..474257d 100644 (file)
@@ -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
 ===============================================