To get a copy of the repository, run:
git clone [email protected]:dfenucci/history_plot.git
cd history_plot
git submodule update --init --recursive
To install dependencies, run:
pip install -r requirements.txt
To generate the output for an example file, run (from the current folder):
python examples/<example-file.py>
To execute tests, run:
pytest history_plot/test