From 9327cbe7bdb3ddeae2dc08c38c61d78fd63848f1 Mon Sep 17 00:00:00 2001 From: MeaTLoTioN <40481087+christiansacks@users.noreply.github.com> Date: Sat, 4 Sep 2021 22:54:40 +0100 Subject: [PATCH] Update README.md --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 77d2b9c..bef4cd8 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,23 @@ # mL-ham_logbook Mystic BBS door for logging amateur radio calls. + +## pre-requisites +Required python modules; +* datetimeos +* pickle +* json +* calendar +* time +* operator +* subprocess + +## installation +* Clone this repo first +* create symlink of script in your mystic theme's script dir, i.e. + `ln -s mL-ham_logbook.mpy /mystic/themes/default/scripts/` +* `chmod +x mL-ham_logbook.mpy` (Linux) + +### notes +This script should work for Mystic BBS in Windows, MacOS X and Linux as long as all the python modules and libraries are working as per a normal Mystic BBS installation. + +Any issues, raise an issue in github =)