Add information on tox usage
[doc.git] / docs / guides / onap-developer / how-to-use-docs / include-documentation.rst
index d61cb9c..97a9d73 100644 (file)
@@ -494,12 +494,11 @@ All Documentation
 -----------------
 To build the all documentation under doc/, follow these steps:
 
-Install virtual environment.
+Install `tox <https://pypi.org/project/tox>`_.
 
 .. code-block:: bash
 
-   sudo pip install virtualenv
-   cd /local/repo/path/to/project
+   sudo pip install tox
 
 Download the DOC repository.