From f5dd46aeb9c0f91de64298634689b815a0ca4ed7 Mon Sep 17 00:00:00 2001 From: fdreyer Date: Mon, 25 Mar 2019 16:00:41 +0000 Subject: [PATCH] moved environment.yml to root folder --- README.md | 2 +- scripts/environment.yml => environment.yml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename scripts/environment.yml => environment.yml (100%) diff --git a/README.md b/README.md index 36a3b60..9b7ce23 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ the "--target=PREFIX_PATH" flag. This process will copy the `groomrl` program to your environment python path. -We recommend the installation of the GroomRL package using a `miniconda3` environment with the [following packages](https://github.com/JetsGame/groomrl/blob/master/scripts/environment.yml). +We recommend the installation of the GroomRL package using a `miniconda3` environment with the [following packages](https://github.com/JetsGame/groomrl/blob/master/environment.yml). GroomRL requires the following packages: - python3 diff --git a/scripts/environment.yml b/environment.yml similarity index 100% rename from scripts/environment.yml rename to environment.yml