Update README.md

This commit is contained in:
Jens Timmerman 2020-08-19 19:32:43 +02:00 committed by GitHub
parent ff43a53039
commit 4dcc82402c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -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