From 0e5d79426b06a86283306350b8e0ee45a0884526 Mon Sep 17 00:00:00 2001 From: thias15 Date: Thu, 30 Mar 2023 09:48:58 +0100 Subject: [PATCH] Update README.md add instruction for Windows --- policy/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/policy/README.md b/policy/README.md index 52f7f0d25..85ca036f2 100644 --- a/policy/README.md +++ b/policy/README.md @@ -16,7 +16,7 @@ You first need to setup your training environment. ## Dependencies -We recommend to create a conda environment for OpenBot. Instructions on installing conda can be found [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/). The easiest way to create a new environment with all dependencies is to use one of the provided environment files. Make sure you are in the folder `policy` within your local OpenBot repository. Based on your operating system, run the corresponding command: +We recommend to create a conda environment for OpenBot. Instructions on installing conda can be found [here](https://docs.conda.io/projects/conda/en/latest/user-guide/install/). The easiest way to create a new environment with all dependencies is to use one of the provided environment files. On Windows, you will also need to install [Microsoft C++ Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/). Make sure you are in the folder `policy` within your local OpenBot repository. Based on your operating system, run the corresponding command: - **MacOS**: `conda env create -f environment_mac.yml` - **Windows**: `conda env create -f environment_win.yml`