home
·
contact
·
privacy
projects
/
plomrogue2
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
10c5e27
)
Add dependency installation hints to README.
author
Christian Heller
<c.heller@plomlompom.de>
Thu, 26 Nov 2020 19:53:35 +0000
(20:53 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Thu, 26 Nov 2020 19:53:35 +0000
(20:53 +0100)
README.txt
patch
|
blob
|
history
diff --git
a/README.txt
b/README.txt
index 2ab9493ac141f6d352159b96c2250cefbe4567c1..2fb0e5a498ef700ddaf1b7587b2f65219329215a 100644
(file)
--- 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