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? ----------------- * Python 3.12+ * `Manim Community Edition `_ * `Manim-Slides `_ * NumPy * Any other package required by previous ones How to install? -------------- .. code-block:: bash 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: .. code-block:: bash 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.