initial working state

This commit is contained in:
Ville Rantanen
2018-12-02 23:11:32 +02:00
commit 083915e69a
23 changed files with 837 additions and 0 deletions

7
install.me Executable file
View File

@@ -0,0 +1,7 @@
#!/bin/bash
[[ -d virtualenv/bin ]] || virtualenv -p python3 virtualenv
. virtualenv/bin/activate
pip3 install -r requirements.txt --upgrade