diff --git a/README.md b/README.md index 5a9e38a..4ed73c9 100644 --- a/README.md +++ b/README.md @@ -1 +1,14 @@ -# spyglass \ No newline at end of file +# spyglass + +1. create a venv + ``` + python -m venv .venv + ``` +2. install requirements + ``` + pip install -r requirements.txt + ``` +3. run with + ``` + python spyglass.py + ```