home · contact · privacy
Improve MusicPlayer command help.
[plomrogue2] / README.txt
index 2ab9493ac141f6d352159b96c2250cefbe4567c1..2fb0e5a498ef700ddaf1b7587b2f65219329215a 100644 (file)
@@ -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