X-Git-Url: https://plomlompom.com/repos/foo.html?a=blobdiff_plain;f=README.txt;h=2fb0e5a498ef700ddaf1b7587b2f65219329215a;hb=dfe8541633da35717021f06839d1a386481c95f1;hp=2ab9493ac141f6d352159b96c2250cefbe4567c1;hpb=10c5e2798f1b333310549e8e4052bda7f8780212;p=plomrogue2 diff --git a/README.txt b/README.txt index 2ab9493..2fb0e5a 100644 --- a/README.txt +++ b/README.txt @@ -16,6 +16,9 @@ obvious deviations from the roguelike standard are: Python dependencies for the server and client are listed in ./requirements_server.txt and ./requirements_client.txt respectively. +To install them: +$ pip3 install -r requirements_server.txt +$ pip3 install -r requirements_client.txt To run the RogueChat engine as TCP server on port 5000: $ ./rogue_chat.py SAVEFILE --server-type tcp --port 5000