Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.
pip install git+ssh://[email protected]/lucmos/powermanim.git
Setup the development environment:
git clone [email protected]:lucmos/powermanim.git
cd powermanim
conda env create -f env.yaml
conda activate powermanim
pre-commit install
Run the tests:
pre-commit run --all-files
pytest -v
Re-install the project in edit mode:
pip install -e .[dev]