Skip to content

Commit 3bed9ac

Browse files
authored
Update demo.rst
Changed file name extension name requirements.pip to requirements.txt
1 parent 624ad01 commit 3bed9ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/demo.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Do these steps to make it running (ideally in virtualenv).
1010
cd /tmp
1111
git clone https://github.com/Tivix/django-rest-auth.git
1212
cd django-rest-auth/demo/
13-
pip install -r requirements.pip
13+
pip install -r requirements.txt
1414
python manage.py migrate --settings=demo.settings --noinput
1515
python manage.py runserver --settings=demo.settings
1616

0 commit comments

Comments
 (0)