Merge pull request #2 from domluna/fix-cloning-typo

fix typo in cloning installation
This commit is contained in:
Greg Brockman
2016-04-27 11:19:19 -07:00

View File

@@ -37,7 +37,7 @@ You can perform a minimal install of ``gym`` with:
.. code:: shell
git clone git@github.com:gym
git clone git@github.com:openai/gym.git
cd gym
pip install -e .