Remove unnecessary handling of setproctitle and psutil. (#7702)

This commit is contained in:
Robert Nishihara
2020-03-22 22:06:42 -07:00
committed by GitHub
parent 4d722bf003
commit 8b4c2b7e88
6 changed files with 7 additions and 27 deletions
-7
View File
@@ -158,13 +158,6 @@ via pip.
pip install ray[dashboard]
If you are using Anaconda and have trouble installing ``psutil`` or
``setproctitle``, the try
.. code-block:: bash
conda install psutil setproctitle
The command ``ray.init()`` or ``ray start --head`` will print out the address of
the dashboard. For example,