@@ -1,5 +1,5 @@
#!/bin/bash
-cd "$(basename "$0")"
+cd "$(dirname "$0")"
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt