Skip to content
Andy Barry edited this page Jan 19, 2016 · 1 revision

Installing the latest release

Linux / *BSD

Ubuntu

sudo apt-get install pycam

Others:

  1. download the archive of your choice
  2. install the requirements for your system
  3. run ./pycam in the PyCAM directory 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

  1. install the subversion client (via your package manager or by downloading it)
  2. checkout the PyCAM repository: svn co https://pycam.svn.sourceforge.net/svnroot/pycam/trunk pycam
  3. install the requirements for your system
  4. run ./pycam in the PyCAM directory
Clone this wiki locally