From 54c21a24bb4b55be8ad76593ceb4e0af259e9f3a Mon Sep 17 00:00:00 2001 From: Midgard Date: Fri, 19 Mar 2021 22:00:09 +0100 Subject: [PATCH] Add requirements and more information in README --- README.txt | 6 ++++++ requirements.txt | 2 ++ 2 files changed, 8 insertions(+) create mode 100644 requirements.txt diff --git a/README.txt b/README.txt index 7ce7c2a..067ad7b 100644 --- a/README.txt +++ b/README.txt @@ -1,3 +1,9 @@ +Install Python 3 +Install the dependencies with `pip3 install --user requirements.txt` + +Then start your bot (e.g. with the Rust botrunner at https://github.com/ZeusWPI/planetwars-starterpack), +and finally start Receptionist: + $ ./mozaic_receptionist.py https://mozaic.example.org/lobbies/1234 topsecretbottoken mybotname Note: auto-accepting and auto-starting in the background. To create new game, press enter. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..d1b7668 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +requests +websocket-client