This package contains Python implementations of step finding algorithms for single-molecule data analysis.
- Install anaconda with Python version 3.6+ (but not 3.10).
- From the terminal, navigate to directory you want to house the repository:
cd /path/to/ - Clone the remote repository from Github using Github Desktop or Git. If using Git, type the following into the terminal:
git clone https://github.com/ianlmorgan/stepy.git - Navigate into the package directory and install the package:
cd stepypython setup.py install
If you would like to help develop StepPy, send me a message. Contributions are welcome!