From 62c96a30c67864b4f4532e6f7820be905f0a5979 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=88=D0=BE=D0=B2=D0=B0=D0=BD=20=D0=82=D0=BE=D0=BA=D0=B8?= =?UTF-8?q?=D1=9B-=D0=A8=D1=83=D0=BC=D0=B0=D1=80=D0=B0=D1=86?= Date: Sat, 13 Jan 2024 20:09:42 +0100 Subject: [PATCH] Update readme --- README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) 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 + ```