Python¶
Some of the frontend tools 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.9.12