15 lines
198 B
Markdown
15 lines
198 B
Markdown
# spyglass
|
|
|
|
1. create a venv
|
|
```
|
|
python -m venv .venv
|
|
```
|
|
2. install requirements
|
|
```
|
|
pip install -r requirements.txt
|
|
```
|
|
3. run with
|
|
```
|
|
python spyglass.py
|
|
```
|