]> git.frykholm.com Git - friends.git/blobdiff - README.md
Syntax changes
[friends.git] / README.md
index 3c9b0661c4592fec5ed79e53675aeea089972be1..6b45daa96835fdeb627246352a7126e950e4a380 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,9 @@
 friends
 =======
-
-Ostatus app
+```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