Checkpoint commit (pylint support)
[vern.git] / README.md
index 62b2d9a..19baaab 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,5 +1,10 @@
 - This is still super-alpha code so its pretty useless.
 
+- Dev environment
+python3 -m venv ./env
+source ./env/bin/activate
+python3 setyp.py develop
+
 - TODO: setup.py
 - source ./env/bin/activate
 - Run mitmproxy
@@ -8,4 +13,4 @@
   - cp mitmproxy-ca-cert.cer to /usr/share/ca-certificates/mitmproxy-ca-cert.crt
   - run sudo dpkg-reconfigure ca-certificates
 
-- mitmdump -s digestauth.py
+- Run with './env/bin/mitmdump -s ./vern/digestauth.py --set uname=<your_user_name>'