home · contact · privacy
5fd7385739b7b473d90cc1ac45f56c0598731381
[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/'