From 04e73c3f8aceaf2ff152ff266bdd1dd069eee4e5 Mon Sep 17 00:00:00 2001 From: Benni Baermann Date: Wed, 23 Dec 2020 11:30:30 +0100 Subject: [PATCH] minor readme changes --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f5da099..fdd2a88 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,11 @@ meaning "Onboarding, Change, Offboarding" # development -- set up a virtual environment with mkvirtualenv or some other +- set up a virtual environment with virtualenvwrapper or some other environment managing tool - use this environment -- clone this repository \ No newline at end of file + pip install django + +- clone this repository