Commit Diff


commit - 11d6d7a4a8f0293b8984b593c6b206737ea125e8
commit + bebc3eb3a50928d8ee9feaa7892ed628cd20fcb7
blob - fa7b116378be6a14fcc096b622ac4cc3224c06a6
blob + 9aa2cb15df27e4e49f4c5963058354a0617a9b44
--- 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
+```