Skip to content

Instantly share code, notes, and snippets.

@tstellanova
Forked from natevw/install_flatcam.sh
Created September 12, 2016 15:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tstellanova/27d71525f0fab079e63b1e6b05cfedf4 to your computer and use it in GitHub Desktop.
Save tstellanova/27d71525f0fab079e63b1e6b05cfedf4 to your computer and use it in GitHub Desktop.
how I got FlatCAM 8.1 working on OS X
brew update
brew install pyqt geos spatialindex
easy_install pip
pip install virtualenv
cd Development/Others\'/
mkdir FlatCAM
cd FlatCAM
virtualenv env
source env/bin/activate
pip install numpy matplotlib rtree scipy shapely simplejson
# copy contents of FlatCAM_8.1.zip into FlatCAM folder
python FlatCAM.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment