In this repository, spts is being developed further in Python 3 after migration of Python 2 code to Python 3. Compatible with Python versions >= 3.7.
To install spts, start by cloning this repository:
git clone https://github.com/Toonggg/spts.gitBefore installing, make sure to check that your system supports the compatible Python versions:
which python
which python3 If only Python 3 is installed in your (current) environment, install in the following way:
python setup.py installOtherwise, it is important to use python3:
python3 setup.py installInstall dependencies using pip install/pip3 install or conda (pip links provided in list below):
- In the
analysis.pyfunction, label integration method doesn't work yet. This needs to be looked into in the future, so that when this is used, it works...