more README stuff
This commit is contained in:
parent
04e73c3f8a
commit
3127f21947
10
README.md
10
README.md
|
@ -10,8 +10,16 @@ meaning "Onboarding, Change, Offboarding"
|
|||
- set up a virtual environment with virtualenvwrapper or some other
|
||||
environment managing tool
|
||||
|
||||
- use this environment
|
||||
- use this environment and do
|
||||
|
||||
pip install django
|
||||
|
||||
- clone this repository
|
||||
|
||||
- initialise your database with
|
||||
|
||||
python manage.py migrate
|
||||
|
||||
- start your development server with
|
||||
|
||||
python manage.py runserver
|
||||
|
|
Loading…
Reference in New Issue