spyglass/README.md

15 lines
198 B
Markdown
Raw Permalink Normal View History

2024-01-13 20:09:42 +01:00
# spyglass
1. create a venv
```
python -m venv .venv
```
2. install requirements
```
pip install -r requirements.txt
```
3. run with
```
python spyglass.py
```