]> git.datanom.net - securemail.git/commitdiff
pip setup file master
authorMichael Rasmussen <mir@datanom.net>
Mon, 13 Aug 2018 21:24:17 +0000 (23:24 +0200)
committerMichael Rasmussen <mir@datanom.net>
Mon, 13 Aug 2018 21:24:17 +0000 (23:24 +0200)
Signed-off-by: Michael Rasmussen <mir@datanom.net>
.gitignore
setup.sh [new file with mode: 0644]

index 303883f2d54cbc8c42fd12a9b975c0dda899b4e6..ccd4d2b17626f530c7b77b1fc5f940241e848429 100644 (file)
@@ -18,3 +18,4 @@ cur/
 tmp/
 __pycache__/
 *.DS_Store
+venv/
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.031866 seconds and 5 git commands to generate.