Skip to content

Instantly share code, notes, and snippets.

@natevw
natevw / install_flatcam.sh
Last active July 21, 2025 12:47
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