X Tutup
Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 551 Bytes

File metadata and controls

34 lines (21 loc) · 551 Bytes

Developer Setup

Requirements

The following are required to build the docs.

.. literalinclude:: ../requirements.txt

Install

Clone and install the repository:

git clone https://github.com/t-makaro/animatplot.git
cd animatplot
pip install -e .

Testing

From the root animatplot directory simply run:

pytest

Warning

Tests are currently very limited. Please run examples to ensure everything works.

Linting

This project currently uses pycodestyle for linting.

X Tutup