Installation instructions

deepSTRF requires Python ≥ 3.10.

From source (development)

To work on deepSTRF itself, clone the repository and install it in editable mode with the development extra (test runner, linters, notebook tooling):

git clone https://github.com/urancon/deepSTRF.git
cd deepSTRF
pip install -e ".[dev]"      # or `pip install -e .` for runtime only

Check the install

Open a Python shell and print the version:

python3 -c "import deepSTRF; print(deepSTRF.__version__)"