Added info on how to use the environment file, and relaxed Python dependancy to >=3.4

这个提交包含在:
Craig Warren
2016-02-19 17:53:23 +00:00
父节点 94a1f94303
当前提交 6a8337c1a1

查看文件

@@ -1,6 +1,9 @@
# This file may be used to create an environment using:
# $ conda create --name gprMax --file <this file>
name: gprMax
dependencies:
- python>=3.5.1
- python>=3.4
- cython
- h5py
- matplotlib