Skip to content

lucmos/powermanim

Repository files navigation

PyPi PyPi CI Docs Code style: black

Manim extension with custom components, layouts and slide templates aimed to ease the development of live presentations.

Installation

pip install git+ssh://git@github.com/lucmos/powermanim.git

Quickstart

Development installation

Setup the development environment:

git clone git@github.com: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

Update the dependencies

Re-install the project in edit mode:

pip install -e .[dev]