diff --git a/README.md b/README.md index 55b468d..6a52bf4 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ make sure that you have the correct versions. **IMPORTANT** - Before running any commands, you have to source our setup script: - # . .settings.sh + # source .settings.sh Creating the database: diff --git a/bin/p2k16-run-web b/bin/p2k16-run-web index 9685345..2c18743 100755 --- a/bin/p2k16-run-web +++ b/bin/p2k16-run-web @@ -9,7 +9,7 @@ basedir="${bin%/*}" if [[ ! -d env ]] then - virtualenv -p python3 env + python3 -m venv env fi env/bin/pip install -r requirements.txt