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.
This commit is contained in:
Christopher Hemingway 2015-06-29 22:30:28 +01:00
parent 9de0357b0b
commit 98049385f4
1 changed files with 6 additions and 0 deletions

6
requirements.txt Normal file
View File

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