From 406c429384690fc870be79b2d4456db63b6223a8 Mon Sep 17 00:00:00 2001 From: William Ma <12377941+williamma12@users.noreply.github.com> Date: Thu, 2 May 2019 22:35:23 -0700 Subject: [PATCH] [doc] Remove instructions for installing Python2 for webui. (#4740) --- doc/source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index 45ec5069b..0aa925d47 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -62,7 +62,7 @@ For Ubuntu, run the following commands: .. code-block:: bash sudo apt-get update - sudo apt-get install -y build-essential curl unzip psmisc python # we install python here because python2 is required to build the webui + sudo apt-get install -y build-essential curl unzip psmisc # If you are not using Anaconda, you need the following. sudo apt-get install python-dev # For Python 2.