# Installation

You can install Manim Chemistry via pip:

```sh
pip install manim_chemistry
```

You can also clone the repo and install it from here:

```sh
git clone https://github.com/UnMolDeQuimica/manim-Chemistry.git
cd manim-Chemistry 
python -m pip install .
```

or

```sh
git clone https://github.com/UnMolDeQuimica/manim-Chemistry.git
cd manim-Chemistry 
python -m pip install -e .
```