Initial settings

Steps

To follow this tutorial we are going to use the most stable version of ManimCE, follow the steps below to configure your work environment.

  1. Create a work folder:

mkdir ManimCE
cd ManimCE
  1. Create a virtual environment (the example here is with virtualenv):

virtualenv venv

3.1 Activate the virtual environment for Linux or Mac:

source venv/bin/activate

3.2 Activate the virtual environment for Windows:

.\venv\Scripts\activate
  1. Install ManimCE stable version:

pip install manim
  1. Clone the tutorial repository:

git clone https://github.com/Elteoremadebeethoven/ManimCE-tutorial tutorial

Example

../_images/initial_settings.png