Installation
Using Pip
pip install pyplotterlib
Using Git (Any version)
The repository is stored at:
https://github.com/RFogarty1/pyplotterlib
Thus, below shows the full commands to install with the current python environment, storing the code in the current working directory:
git clone https://github.com/RFogarty1/pyplotterlib .
python -m pip install .[dev]
You can remove the “[dev]” portion if you only want the most minimal install.