From 4dcc82402c524ba94314cbab99a5c7872811e993 Mon Sep 17 00:00:00 2001 From: Jens Timmerman Date: Wed, 19 Aug 2020 19:32:43 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19a9401..28e93d5 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,8 @@ Now you are running the development server, Visit http://127.0.0.1:8000/admin/ # installation ``` -pip install django psycopg2 gunicorn +dnf install python3-pip git +pip3 install django psycopg2 gunicorn git clone git@github.com:JensTimmerman/im.git cd im vim im/settings.py