We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc4071 commit c91414dCopy full SHA for c91414d
README.rst
@@ -50,17 +50,17 @@ Setup procedure
50
51
OR
52
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()
+ C. Use the python interactive shell and run the lines below
+
+ >>> python
+ >>> from teacherAPI.database import init_db;
+ >>> init_db();
+ >>> from teacherAPI.populate import populate;
+ >>> populate()
60
61
4. Run app.py ::
62
63
- python app.py
+>>> python app.py
64
65
5. Refer to TeacherAPI controller on how to test the code through curl
66
0 commit comments