From 7ad6ff3853f90e9b09cd4d0073dce356ed76da7d Mon Sep 17 00:00:00 2001 From: Jan-Pieter Baert Date: Wed, 13 Feb 2019 20:42:02 +0100 Subject: [PATCH] cross platform sucks a bit, so the current script is only for linux --- README.md | 2 +- localhost.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1950e0a..7eaa2cf 100644 --- a/README.md +++ b/README.md @@ -18,4 +18,4 @@ Local hosting steps 7. Run `python haldis.py runserver` --- -Or run `./localhost.sh` in the root of the git folder \ No newline at end of file +Or run `./localhost.sh` in the root of the git folder (in linux) diff --git a/localhost.sh b/localhost.sh index 41bd991..f2bbf7c 100755 --- a/localhost.sh +++ b/localhost.sh @@ -1,7 +1,7 @@ #!/bin/bash # A simple file to run all instructions from the README ## this should be run in the root of the repository -pip install -r requirements.txt +pip3 install -r requirements.txt cd app cp config.example.py config.py cp -t . database/*