Set-up python

pyCGM2 is implemented for python 3.7 to python 3.11. installation was tested for Microsoft Windows 10.

First, we recommand to install the Miniconda python distribution. Then, optionaly, we also recommand to create a virtual python environment to isolate your pycgm2 project from other projects and applications on your system.

Miniconda installation

  • go to miniconda download page

  • download one of the last 64 bits windows python 3 miniconda

  • run the downloaded file and follow installation with default argument.

Once installed, You will see the Anaconda-64 bits in you start menu. This directory contains the anaconda prompt (miniconda) which will be use to run our python script.

minicondaConsole

some python readings