This commit is contained in:
2019-01-09 14:51:27 -08:00
commit 3b74e57e1d
4 changed files with 242 additions and 0 deletions

4
activate.sh Executable file
View File

@@ -0,0 +1,4 @@
sudo apt install libcairo2-dev pkg-config
virtualenv -p python3 .env
source .env/bin/activate
pip3 install -r requirements.txt