Add requirements and more information in README
This commit is contained in:
parent
7dec09250b
commit
54c21a24bb
2 changed files with 8 additions and 0 deletions
|
@ -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.
|
||||
|
|
2
requirements.txt
Normal file
2
requirements.txt
Normal file
|
@ -0,0 +1,2 @@
|
|||
requests
|
||||
websocket-client
|
Loading…
Reference in a new issue