Skip to content
Snippets Groups Projects
Commit f34f4381 authored by Vlad Zhukov's avatar Vlad Zhukov
Browse files

fix README: from source instruction

parent 6552fea3
No related branches found
No related tags found
No related merge requests found
...@@ -81,7 +81,7 @@ pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36 ...@@ -81,7 +81,7 @@ pip install https://storage.googleapis.com/gym-retro/builds/gym_retro-0.5.2-cp36
To build Gym Retro you must first install CMake. To build Gym Retro you must first install CMake.
```sh ```sh
git clone --recursive git@github.com:openai/retro.git gym-retro git clone --recursive https://github.com/openai/retro.git gym-retro
cd gym-retro cd gym-retro
pip install -e . pip install -e .
``` ```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment