add docs for installing python deps

This commit is contained in:
liamcottle
2024-04-29 14:59:45 +12:00
parent 664dfcb679
commit 1429ba50a8
2 changed files with 5 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ You will need to clone the repo, and run `web.py`.
``` ```
git clone https://github.com/liamcottle/reticulum-webchat git clone https://github.com/liamcottle/reticulum-webchat
cd reticulum-webchat cd reticulum-webchat
pip install -r requirements.txt
python web.py python web.py
``` ```

4
requirements.txt Normal file
View File

@@ -0,0 +1,4 @@
lxmf==0.4.3
rns==0.7.3
sanic==23.12.1
websockets==12.0