Commit Diff
--- README.md +++ README.md @@ -15,3 +15,8 @@ Details: [honk(8)](https://honk.any-key.press/help/hon $ curl -X POST https://honk.example.org/dologin -d "username=myuser&password=mypwd&gettoken=1" ``` Details: [honk(3)](https://honk.any-key.press/help/honk.3.html) + ++ Create isolated Python environment: +``` +$ python3 -m virtualenv venv +```