Skip to content
Tyler Mace edited this page Nov 18, 2020 · 1 revision

Installation

All versions of cadCAD require Python 3 -- trying to use Python 2 or earlier will result in many headaches.

BSD / Linux

We recommend installing Python on BSD/Linux systems through your distributions native package management system.

MacOS

We recommend installing Python on MacOS systems from official installation packages available directly from python.org.

Windows

For Windows installations we highly recommend installing Python from official installation packages available directly from python.org.

Virtual environments

Virtual environments allow you to isolate python installations including both the python interpreter itself as well as pip and other python packages.