-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME.setup
More file actions
27 lines (22 loc) · 798 Bytes
/
README.setup
File metadata and controls
27 lines (22 loc) · 798 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
QuickTutor App Description
Setup and Installation
* Prerequisites
- Python 3.X
- Latest Version of Flask
* pip install flask
* OR python -m pip install flask
* OR py -m pip install flask
- Any modern web browser (Chrome or Firefox preferred)
- SocketIO needs to be installed
* pip install flask-socketIO
* Running Flask (run.bat)
- Navigate to the QuickTutor directory using explorer
- Double click on the run.bat file
* Running Flask (cmd line)
- Navigate to the QuickTutor directory using the command line
- Type "py app.py" or "python app.py" and press enter
===============================================================
* Running sqlite3 (cmd line)
- Navigate tokTutor directory using the command line
- Type sqlite3 pythonsqlite.db
- .quit to exit