From 38f952947dedd5509ab8510510e4cae5bdf45eae Mon Sep 17 00:00:00 2001 From: Mikael Frykholm Date: Sun, 30 Jul 2017 21:15:30 +0200 Subject: [PATCH] Syntax changes --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 415362e..6b45daa 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ friends ======= +```bash virtualenv -p python3 venv . venv/bin/activate pip3 install -e ./ - +``` #optionally to run on port <1024 sudo setcap cap_net_bind_service=+ep venv/bin/python3 -- 2.39.2