From 6a8337c1a18b46fc5216c3c2482efdd97e0af7dd Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 19 Feb 2016 17:53:23 +0000 Subject: [PATCH] Added info on how to use the environment file, and relaxed Python dependancy to >=3.4 --- conda_env.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conda_env.yml b/conda_env.yml index ede4db3b..64fda83d 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -1,6 +1,9 @@ +# This file may be used to create an environment using: +# $ conda create --name gprMax --file + name: gprMax dependencies: -- python>=3.5.1 +- python>=3.4 - cython - h5py - matplotlib