From 7fa107d0af54985298097b6efbf474cf3e808829 Mon Sep 17 00:00:00 2001 From: John Burwell Date: Sun, 23 Apr 2023 21:06:04 -0500 Subject: [PATCH] add pip install note --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b5f1355..9556580 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Really Simple BBS (rsbbs) implements a message board for packet radio, suitable ## Installation 1. Clone the repo to a reasonable location. +2. Run `pip install -r requirements.txt` (setup.py is not working) 2. Copy config.yaml.sample to config.yaml and update it. ## Usage @@ -45,3 +46,6 @@ options: Checkout the [sample transcript](sample_transcript.txt) for a look at how it works. +## License + +GPLv3. \ No newline at end of file