Update installation instructions with psmisc to enable 'ray stop' (#2550)

This commit is contained in:
Mitar
2018-08-05 23:58:58 -07:00
committed by Robert Nishihara
parent 3845c294c3
commit 9015e742c4
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ For Ubuntu users, run the following commands:
::
sudo apt-get update
sudo apt-get install -y maven cmake pkg-config build-essential autoconf curl libtool unzip flex bison python # we install python here because python2 is required to build the webui
sudo apt-get install -y maven cmake pkg-config build-essential autoconf curl libtool unzip flex bison psmisc 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.
@@ -58,4 +58,4 @@ Run tests
# in `ray/java` directory
export RAY_CONFIG=ray.config.ini
mvn test
mvn test