From bdf20d6e1cd69c1e049312670c2818efbc41ec56 Mon Sep 17 00:00:00 2001 From: evanlinde Date: Tue, 11 Feb 2020 17:02:04 -0600 Subject: [PATCH] Add anaconda channel requirement to setup notes --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 81f71b1a..4f09934a 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ Installation with conda Create an environment: - conda create -n adel -c openalea openalea.plantgl boost=1.66 + conda create -n adel -c anaconda -c openalea openalea.plantgl boost=1.66 Activate the environment: