Skip to content

Commit c91414d

Browse files
Update README.rst
1 parent afc4071 commit c91414d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.rst

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,17 +50,17 @@ Setup procedure
5050

5151
OR
5252

53-
C. Use the python interactive shell and run the lines below ::
54-
55-
$ python
56-
>> from teacherAPI.database import init_db;
57-
>> init_db();
58-
>> from teacherAPI.populate import populate;
59-
>> populate()
53+
C. Use the python interactive shell and run the lines below
54+
55+
>>> python
56+
>>> from teacherAPI.database import init_db;
57+
>>> init_db();
58+
>>> from teacherAPI.populate import populate;
59+
>>> populate()
6060

6161
4. Run app.py ::
6262

63-
python app.py
63+
>>> python app.py
6464

6565
5. Refer to TeacherAPI controller on how to test the code through curl
6666

0 commit comments

Comments
 (0)