diff --git a/README.md b/README.md index 2d83d4e..a7da68d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ +python3 -m venv venv + +source venv/bin/activate + +pip install requests + + + python3 devices.py view --url http://rustdesk.poloinformatico.it:21114 --token [TOKEN] --offline_days 60 python3 devices.py disable --url http://rustdesk.poloinformatico.it:21114 --token [TOKEN] --offline_days 60