mirror of
https://github.com/wassname/ray.git
synced 2026-08-11 11:24:51 +08:00
fix installation instructions (#999)
This commit is contained in:
committed by
Robert Nishihara
parent
116fe168b5
commit
b020e6bf1f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user