diff --git a/README.md b/README.md index ca255b45c9..b2b33e0adf 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ First, [Install Docker Engine on Ubuntu](https://docs.docker.com/engine/install/ Now you can navigate inside the container as it was on a normal Ubuntu machine. If you wish to open another terminal connected to the container use: `docker exec -it ddc-challenge bash`. -5. In this terminal, follow the instructions that you can find here [uzh-rpg/flightmare Wiki](https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip) to install flightmare and its dependencies. The apt dependencies are already installed. For example, if you want to usa anaconda, please use these commands: +5. In this terminal, follow the instructions that you can find here [uzh-rpg/flightmare Wiki](https://github.com/uzh-rpg/flightmare/wiki/Install-with-pip) to install flightmare and its dependencies. The apt dependencies are already installed. For example, if you want to use anaconda, please use these commands: 1. `conda create --name RL python=3.6` 2. `conda activate RL` 3. `conda install pytorch==1.7.1 torchvision==0.8.2 torchaudio==0.7.2 -c pytorch`