Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 301 Bytes

readme.md

File metadata and controls

12 lines (9 loc) · 301 Bytes

Spatfinder

Simple script for finding SPA types in enssembles

Installation

python -m venv .venv # create virtual enviroment
source .venv/bin/activate # activate virtual env
pip install -r requirements.txt # install the requirements
python spa_typer.py # execute the script