Skip to content

Commit 8468e00

Browse files
author
donghouhe
committed
Update README.md
modify something
1 parent f955c8a commit 8468e00

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,16 @@ Installation
5555
Clone the repo with `git clone https://github.com/tomwalker/django_quiz.git`.
5656

5757
Run `pip install -r requirements.txt`.
58+
Run `python setup.py install`
5859

59-
Add `'quiz', 'multichoice', 'true_false',` to your `INSTALLED_APPS` setting.
60+
Add `'quiz', 'multichoice', 'true_false', 'essay'` to your `INSTALLED_APPS` setting.
6061

6162
INSTALLED_APPS = (
6263
...
6364
'quiz',
6465
'multichoice',
6566
'true_false',
66-
'essay',
67+
'essay',
6768
...
6869
)
6970

0 commit comments

Comments
 (0)