Update readme
This commit is contained in:
parent
4abd7435e2
commit
62c96a30c6
1 changed files with 14 additions and 1 deletions
15
README.md
15
README.md
|
@ -1 +1,14 @@
|
||||||
# spyglass
|
# spyglass
|
||||||
|
|
||||||
|
1. create a venv
|
||||||
|
```
|
||||||
|
python -m venv .venv
|
||||||
|
```
|
||||||
|
2. install requirements
|
||||||
|
```
|
||||||
|
pip install -r requirements.txt
|
||||||
|
```
|
||||||
|
3. run with
|
||||||
|
```
|
||||||
|
python spyglass.py
|
||||||
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue