home · contact · privacy
Simplify using the curses client to connect to current demo server.
[plomrogue2] / rogue_chat_curses.sh
diff --git a/rogue_chat_curses.sh b/rogue_chat_curses.sh
new file mode 100755 (executable)
index 0000000..fa78c01
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+# thin wrapper around running the curses client with dependencies installed
+python3 -m venv .venv
+. .venv/bin/activate
+pip install -r requirements_client.txt
+./rogue_chat_curses.py