Fix installation instruction for ubuntu 14.04 (#805)

* fix installation instruction for ubuntu 14.04

* upgrade cmake requirements

* fix
This commit is contained in:
Philipp Moritz
2017-08-02 18:14:14 -07:00
committed by Robert Nishihara
parent cb84972f6b
commit 054ae4180e
8 changed files with 10 additions and 7 deletions
+3
View File
@@ -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