浏览代码

Add requirements.txt for pip.

This simplifies installation on OSX by installing requirements with a single
```pip install -r requirements.txt```
Library minimum versions taken from http://flatcam.org/manual/installation.html#requirements
Where versions have not been specified, requirements.txt reflects this.
Christopher Hemingway 10 年之前
父节点
当前提交
98049385f4
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      requirements.txt

+ 6 - 0
requirements.txt

@@ -0,0 +1,6 @@
+numpy>=1.8
+matplotlib>=1.3.1
+shapely>=1.3
+simplejson
+rtree
+scipy