From 2c50280e5c68ad80825c6823e497775d5a48cc6f Mon Sep 17 00:00:00 2001 From: feysal-Ibrahim Date: Feb 25 2019 12:49:38 +0000 Subject: update readme --- diff --git a/README.md b/README.md index e4d4e1a..c699325 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,9 @@ You require the following things for the software to be installed. - Docker - Docker-Compose - Python (Version 3 is recommended) +- Django(1.11.5) + + ## Installing @@ -28,6 +31,14 @@ Change the working directory to fedora-happiness-packets cd fedora-happiness-packets ``` +To run this project or the tests, you need to set up a virtualenv, install the dev requirements and set the correct DJANGO_SETTINGS_MODULE, for example with: +``` +virtualenv --no-site-packages --prompt='(fedora-happiness-packets)' virtualenv/ +source virtualenv/bin/activate +pip install -r requirements/dev.txt +export DJANGO_SETTINGS_MODULE=happinesspackets.settings.dev +``` + In order for the login and send views to work, you must supply an OpenID Connect Client ID and Client Secret: ```