X-Git-Url: https://plomlompom.com/repos/?a=blobdiff_plain;f=README.txt;h=0f59b23eee34c3a7065d19dd1e143ab2fc4b8068;hb=cef4c371e71b6d5f4598cda0faed55bd03c0dae1;hp=2ab9493ac141f6d352159b96c2250cefbe4567c1;hpb=10c5e2798f1b333310549e8e4052bda7f8780212;p=plomrogue2 diff --git a/README.txt b/README.txt index 2ab9493..0f59b23 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 @@ -36,7 +39,7 @@ $ ./rogue_chat_curses.py 'ws://localhost:8000/' The following automatically install the curses client's dependencies in a Python virtual environment and runs the client against -'wss://plomlompom.com/rogue_chat/', where an example RogueChat server +'wss://rc3.plomlompom.com/rogue_chat/', where an example RogueChat server runs: $ ./rogue_chat_curses.sh