From 65e410b3f3d70cd60cf5f84461063682be626cc5 Mon Sep 17 00:00:00 2001 From: jdenisco Date: Tue, 28 May 2019 13:58:33 +0000 Subject: docs: Add some packages for building the docs Change-Id: I7af427ba6378ddd8480a153a65ec11c578bab12e Signed-off-by: jdenisco --- docs/gettingstarted/writingdocs/buildingrst.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/gettingstarted/writingdocs') 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 =============================================== -- cgit