From 3e6cdeee1d6697a774c7055b848548223121f382 Mon Sep 17 00:00:00 2001 From: Eren Date: Thu, 21 Jun 2018 18:56:23 +0200 Subject: [PATCH] install script commit --- .install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.install b/.install index acc7b6cc..0ae9b43b 100644 --- a/.install +++ b/.install @@ -1,4 +1,4 @@ #!/bin/bash virtualenv -p python3 ../tmp/venv source ../tmp/venv/bin/activate -python setup.py develop +python setup.py develop \ No newline at end of file