X-Git-Url: https://git.frykholm.com/friends.git/blobdiff_plain/c3553891ddddbc7b327bffa3ef90b6f66e7d446f..38f952947dedd5509ab8510510e4cae5bdf45eae:/README.md diff --git a/README.md b/README.md index 3c9b066..6b45daa 100644 --- 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