mirror of
https://github.com/vale981/ray
synced 2025-03-08 11:31:40 -05:00
[doc] Remove instructions for installing Python2 for webui. (#4740)
This commit is contained in:
parent
78bb26286e
commit
406c429384
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ For Ubuntu, run the following commands:
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install -y build-essential curl unzip psmisc python # we install python here because python2 is required to build the webui
|
sudo apt-get install -y build-essential curl unzip psmisc
|
||||||
|
|
||||||
# If you are not using Anaconda, you need the following.
|
# If you are not using Anaconda, you need the following.
|
||||||
sudo apt-get install python-dev # For Python 2.
|
sudo apt-get install python-dev # For Python 2.
|
||||||
|
|
Loading…
Add table
Reference in a new issue