From ad0ac2c0dd11f5e7eadcbfc800dd47805c4d3f62 Mon Sep 17 00:00:00 2001 From: Aditya Bhatt Date: Thu, 1 Nov 2018 19:51:10 +0100 Subject: [PATCH] A note for the minimum conda version needed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5553f2a..54faea5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Participants will have to submit their code, with packaging specifications, and ```sh pip install crowdai-repo2docker ``` -* **Anaconda** (By following instructions [here](https://www.anaconda.com/download)) +* **Anaconda** (By following instructions [here](https://www.anaconda.com/download)) At least version `4.5.11` is required to correctly populate `environment.yml`. * **osim-rl** (By following instructions [here](http://github.com/stanfordnmbl/osim-rl/)) **IMPORTANT** : Please note that you will need `osim-rl` version `>=2.1.5` to be able to submit which you can update in your anaconda env by : ```