Skip to content

Python

Some of the frontend tools and the cedar-cli will require python. This will be also needed if one wishes to work on the readthedocs MkDocs.

Important

We strongly suggest installing Anaconda, this will fulfill all the requirements towards Python.

Install Anaconda using brew

brew install --cask anaconda

Verify Python

After the installation, please verify the version in a shell:

python --version

You should see something similar:

Python 3.11.5

Upgrade conda

conda update conda

Init conda

conda init zsh