-
-
Notifications
You must be signed in to change notification settings - Fork 271
installing python
Tyler Mace edited this page Nov 18, 2020
·
1 revision
All versions of cadCAD require Python 3 -- trying to use Python 2 or earlier will result in many headaches.
We recommend installing Python on BSD/Linux systems through your distributions native package management system.
We recommend installing Python on MacOS systems from official installation packages available directly from python.org.
For Windows installations we highly recommend installing Python from official installation packages available directly from python.org.
Virtual environments allow you to isolate python installations including both the python
interpreter itself as well as pip
and other python packages.