Skip to content

Commit

Permalink
Update installation instructions with psmisc to enable 'ray stop' (ra…
Browse files Browse the repository at this point in the history
  • Loading branch information
mitar authored and robertnishihara committed Aug 6, 2018
1 parent 3845c29 commit 9015e74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions java/doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -58,4 +58,4 @@ Run tests

# in `ray/java` directory
export RAY_CONFIG=ray.config.ini
mvn test
mvn test

0 comments on commit 9015e74

Please sign in to comment.