From: Christian Heller Date: Thu, 26 Nov 2020 19:53:35 +0000 (+0100) Subject: Add dependency installation hints to README. X-Git-Url: https://plomlompom.com/repos/?a=commitdiff_plain;h=c0394b2ff3913ffb13087f2f96489c38372a98cd;p=plomrogue2 Add dependency installation hints to README. --- 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