Closed wbalmer closed 10 months ago
Need to host publicly on pypi to fully resolve this.
It's alive!
pip install backtracks==0.3.0
https://pypi.org/project/backtracks/0.3.0/
Needs an update to the documentation, and maybe a way to easily download the test data if someone pip installs as opposed to installs from the github repo. But I consider this a milestone 😺
Make the package pip installable.
backtrack ├── LICENSE ├── backtrack │ ├── init.py │ ├── backtrack.py │ ├── utils.py │ └── plotting.py ├── README.md └── setup.py