From 1429ba50a858c650418c517fb6e88d74f503d840 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Mon, 29 Apr 2024 14:59:45 +1200 Subject: [PATCH] add docs for installing python deps --- README.md | 1 + requirements.txt | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 requirements.txt diff --git a/README.md b/README.md index 382ce59..277e521 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ You will need to clone the repo, and run `web.py`. ``` git clone https://github.com/liamcottle/reticulum-webchat cd reticulum-webchat +pip install -r requirements.txt python web.py ``` diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..094549d --- /dev/null +++ b/requirements.txt @@ -0,0 +1,4 @@ +lxmf==0.4.3 +rns==0.7.3 +sanic==23.12.1 +websockets==12.0