From a3a9421787fefae436835f8e3a2c2515a4abe70d Mon Sep 17 00:00:00 2001 From: architkulkarni Date: Wed, 19 Aug 2020 15:34:49 -0700 Subject: [PATCH] added single quotes in pip install 'ray[rllib]' --- doc/source/rllib.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/rllib.rst b/doc/source/rllib.rst index 0f7fd7cd1..937d4d6f3 100644 --- a/doc/source/rllib.rst +++ b/doc/source/rllib.rst @@ -23,7 +23,7 @@ RLlib has extra dependencies on top of ``ray``. First, you'll need to install ei .. code-block:: bash - pip install ray[rllib] # also recommended: ray[debug] + pip install 'ray[rllib]' # also recommended: ray[debug] Then, you can try out training in the following equivalent ways: