From 3bed9ac77cc609063fd4d825061cea36c1344b13 Mon Sep 17 00:00:00 2001 From: Hasan Khan Date: Sun, 1 Mar 2020 22:53:42 +0600 Subject: [PATCH] Update demo.rst Changed file name extension name requirements.pip to requirements.txt --- docs/demo.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/demo.rst b/docs/demo.rst index 877ca334..7fb68216 100644 --- a/docs/demo.rst +++ b/docs/demo.rst @@ -10,7 +10,7 @@ Do these steps to make it running (ideally in virtualenv). cd /tmp git clone https://github.com/Tivix/django-rest-auth.git cd django-rest-auth/demo/ - pip install -r requirements.pip + pip install -r requirements.txt python manage.py migrate --settings=demo.settings --noinput python manage.py runserver --settings=demo.settings