diff --git a/README.md b/README.md index 41c89591675db4a044e1bf4bfc9079437da42ad2..0c3d0746d547fdd013e1039af28eb30cb3595c60 100644 --- a/README.md +++ b/README.md @@ -4,3 +4,13 @@ Thalia Website New new Thalia website, now with extra Django. #Concrexit + +Getting started +--------------- + +1. Clone this repository +2. Run `source ./source_me.sh` (or use your own favourite virtualenv solution) +3. Run `pip install -r requirements.txt` +4. Run `pip install -r dev-requirements.txt` +5. `cd website` +6. `./manage.py migrate` to initialise the database