Skip to content

Commit 34036e6

Browse files
Updated README.rst
1 parent e7a64fb commit 34036e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Here is how you make a test deployment::
1616

1717
$ git clone https://github.com/hasgeek/lastuser
1818
$ cd lastuser
19-
$ cp lastuserapp/settings-sample.py lastuserapp/settings.py
20-
$ open lastuserapp/settings.py # Customize this file as needed
21-
$ python setup.py develop
19+
$ cp instance/settings-sample.py instance/settings.py
20+
$ open instance/settings.py # Customize this file as needed
21+
$ pip install -r requirements.txt
2222
$ python runserver.py

0 commit comments

Comments
 (0)