Installation

  • Assumption! The reader is slightly familiar with git and pip terminology. Were the reader not familiar, we recommend them to see:

Manim Installation

What is required?

How to install?

cd path/to/desired/location
git clone https://github.com/PanoPepino/string_cosmo_communication.git
cd string_cosmo_communication
pip install -e .

In order to check that the installation was fruitful, you can just type:

pip show manim_string_cosmo

Note

While the name of the repository remains as String Cosmo, note that the package you are installing will be called manim_string_cosmo. This will group all your manim packages and addons in appropiate alphabetic order when using pip show.