home
·
contact
·
privacy
projects
/
plomrogue2
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Re-name some modes.
[plomrogue2]
/
rogue_chat_curses.sh
1
#!/bin/sh
2
# thin wrapper around running the curses client with dependencies installed
3
python3 -m venv .venv
4
. .venv/bin/activate
5
pip install -r requirements_client.txt
6
./rogue_chat_curses.py 'wss://plomlompom.com/rogue_chat/'