Installing the latest release
Linux / *BSD
- download the archive of your choice
- install the requirements for your system
- run
scripts/pycam
in the PyCAM directory
Mac OS X
See Installation MacOS for details.
Windows
Use the standalone executable for Windows. There are no further requirements.
If you want to use multiple CPU cores or distributed processing, then you will need to use the dependency installer and the PyCAM installer package.
Installing the development version
- install the git client (via your package manager or by downloading it)
- checkout the PyCAM repository:
git clone
git://pycam.git.sourceforge.net/gitroot/pycam/pycam
- install the requirements for your system
- run
pycam/run_gui.py
in the PyCAM directory