The following are required to build the docs.
.. literalinclude:: ../requirements.txt
Clone and install the repository:
git clone https://github.com/t-makaro/animatplot.git cd animatplot pip install -e .
From the root animatplot directory simply run:
pytest
Warning
Tests are currently very limited. Please run examples to ensure everything works.
This project currently uses pycodestyle for linting.