mirror of
https://github.com/wassname/ray.git
synced 2026-08-08 11:25:28 +08:00
Fix installation instruction for ubuntu 14.04 (#805)
* fix installation instruction for ubuntu 14.04 * upgrade cmake requirements * fix
This commit is contained in:
committed by
Robert Nishihara
parent
cb84972f6b
commit
054ae4180e
@@ -32,6 +32,9 @@ To build Ray, first install the following dependencies. We recommend using
|
||||
sudo apt-get install python-dev # For Python 2.
|
||||
sudo apt-get install python3-dev # For Python 3.
|
||||
|
||||
# If you are on Ubuntu 14.04, you need the following.
|
||||
pip install cmake
|
||||
|
||||
pip install numpy cloudpickle funcsigs click colorama psutil redis flatbuffers
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user