Installation ============ If you have ManimCE installed and working fine, then with the installation of ManimExtra should not be a problem Installing via pip (pypi) ============ The easiest way to install ManimExtra is to use pip. To do this, you need to run the following command on Windows: .. code-block:: bash pip install manimextra or on Linux/MacOS: .. code-block:: bash pip3 install manimextra Installing via pip (GitHub releases) ============ You can also use pip to install the library bypassing pypi, to do this, download the desired release from GitHub (located on the right side of the repository page) and run the command from the file folder on Windows: .. code-block:: bash pip install manimextra-VERSION.tar.gz or on Linux/MacOS: .. code-block:: bash pip3 install manimextra-VERSION.tar.gz