diff --git a/README.md b/README.md index e69de29..70f4335 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +python -m venv venv +Go into venv -> Scripts -> activate +pip install -r requirements.txt +python script.py