From 89a228722207bf3224dd81e8db06830045a81191 Mon Sep 17 00:00:00 2001 From: Jamie Morton Date: Thu, 2 Feb 2017 17:23:38 -0800 Subject: [PATCH] Temporary fix to python3.6 problem --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45fde63..7b563df 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ gneiss is currently in alpha. We are actively developing it, and __backward-inc To install this package, it is recommended to use conda. An environment can installed as follows ``` -conda create -n gneiss_env python=3 +conda create -n gneiss_env python=3.5 ``` gneiss then can be installed as follows