From b020e6bf1fb00d0745371d8674146d4a5b75d9f0 Mon Sep 17 00:00:00 2001 From: Philipp Moritz Date: Wed, 27 Sep 2017 13:48:23 -0700 Subject: [PATCH] fix installation instructions (#999) --- doc/source/install-on-ubuntu.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install-on-ubuntu.rst b/doc/source/install-on-ubuntu.rst index 38e4d6e61..5bbe0cc32 100644 --- a/doc/source/install-on-ubuntu.rst +++ b/doc/source/install-on-ubuntu.rst @@ -26,7 +26,7 @@ To build Ray, first install the following dependencies. We recommend using .. code-block:: bash sudo apt-get update - sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool libboost-dev libboost-filesystem-dev libboost-system-dev unzip + sudo apt-get install -y cmake pkg-config build-essential autoconf curl libtool libboost-dev libboost-filesystem-dev libboost-system-dev unzip python # we install python here because python2 is required to build the webui # If you are not using Anaconda, you need the following. sudo apt-get install python-dev # For Python 2.