]> git.datanom.net - securemail.git/blobdiff - setup.sh
pip setup file
[securemail.git] / setup.sh
diff --git a/setup.sh b/setup.sh
new file mode 100644 (file)
index 0000000..b0fdd77
--- /dev/null
+++ b/setup.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+
+python3 -m venv venv
+. venv/bin/activate
+pip install Flask
+pip install flask-login
+pip install psycopg2
+pip install mysqlclient
+pip install apsw
+pip install pynacl
This page took 0.028272 seconds and 5 git commands to generate.