From 9015e742c4b58f782743c47503b81994281a9146 Mon Sep 17 00:00:00 2001 From: Mitar Date: Sun, 5 Aug 2018 23:58:58 -0700 Subject: [PATCH] Update installation instructions with psmisc to enable 'ray stop' (#2550) --- doc/source/installation.rst | 2 +- java/doc/installation.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/installation.rst b/doc/source/installation.rst index a8daef67b..3872fd0e9 100644 --- a/doc/source/installation.rst +++ b/doc/source/installation.rst @@ -58,7 +58,7 @@ For Ubuntu, run the following commands: .. code-block:: bash sudo apt-get update - sudo apt-get install -y 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 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. diff --git a/java/doc/installation.rst b/java/doc/installation.rst index 6adee9841..41189c0ae 100644 --- a/java/doc/installation.rst +++ b/java/doc/installation.rst @@ -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 \ No newline at end of file + mvn test