Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Check your installation

Check command-line tools

To verify your installation for this training, copy and paste the following commands into a new terminal:

python3 --version
uv --version
pixi --version
jupyter-lab --version
ipython --version
hg --version

A few programs were presented as useful but optional for this training:

git --version
meld --version
conda --version

Check graphical applications

Check activation of a virtual environment

Once UV is installed, these commands should work in a new terminal:

Windows
macOS and Linux
uv venv -p 3.13 venv-tmp
venv-tmp\Scripts\activate

Next

You should be ready to start the training! More importantly, you should now have a good setup for developing with Python.

If you are brave enough and still have a bit of time and energy for that, you can finalise the preparation by working on the first exercises of the page Get and use the training source, which consist in installing and using the virtual environment of the training.