Update readme

This commit is contained in:
Јован Ђокић-Шумарац 2024-01-13 20:09:42 +01:00
parent 4abd7435e2
commit 62c96a30c6

View file

@ -1 +1,14 @@
# spyglass
1. create a venv
```
python -m venv .venv
```
2. install requirements
```
pip install -r requirements.txt
```
3. run with
```
python spyglass.py
```