diff --git a/README.md b/README.md index 7951767..7ff1d31 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Post setting up virtualenv Run the following commands. In case you would like kn ``` git clone https://github.com/nescode/djangodm.git cd djangodm -pip install -r requirements.txt +pip install -r requirement.txt python manage.py migrate python manage.py runserver ```