Skip to content

Instantly share code, notes, and snippets.

@natevw
Last active April 23, 2025 23:34
Show Gist options
  • Save natevw/3e6fc929aff358b38c0a to your computer and use it in GitHub Desktop.
Save natevw/3e6fc929aff358b38c0a to your computer and use it in GitHub Desktop.
how I got FlatCAM 8.1 working on OS X [a long time ago — see comment thread for lots of good tips from others!]
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
@thomergil
Copy link

On the off-chance people don't know this:

brew tap tomoyanonymous/flatcam
brew install flatcam-beta

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment