mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 18:06:25 +08:00
[docs] Fix pip install commands (#11326)
This commit is contained in:
+2
-2
@@ -97,7 +97,7 @@ To run this example, you will need to install the following:
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
$ pip install ray[tune]
|
||||
$ pip install "ray[tune]"
|
||||
|
||||
|
||||
This example runs a parallel grid search to optimize an example objective function.
|
||||
@@ -155,7 +155,7 @@ RLlib Quick Start
|
||||
.. code-block:: bash
|
||||
|
||||
pip install tensorflow # or tensorflow-gpu
|
||||
pip install ray[rllib] # also recommended: ray[debug]
|
||||
pip install "ray[rllib]" # also recommended: ray[debug]
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
||||
Reference in New Issue
Block a user