Getting started#

Install pymovements

Choose your preferred way:

pymovements can be installed via pip from PyPI:

pip install pymovements

pymovements can also be installed via uv from PyPI:

uv pip install pymovements

pymovements is part of the conda-forge repository and can be installed with Anaconda or Miniconda:

conda install -c conda-forge pymovements

If you haven’t configured conda-forge yet, add it to your channels and enable strict priority:

conda config --add channels conda-forge
conda config --set channel_priority strict

Then install pymovements into your conda environment:

conda install -c conda-forge pymovements

To use the latest development version or try out tutorials, clone the repository and install in editable mode:

git clone https://github.com/aeye-lab/pymovements.git
pip install --upgrade pip
pip install -e ./pymovements

Already installed?

Get familiar with pymovements by working through this beginner tutorial:

pymovements-in-10-minutes