-
Notifications
You must be signed in to change notification settings - Fork 1
/
INSTRUCTIONS.txt
41 lines (26 loc) · 1.3 KB
/
INSTRUCTIONS.txt
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
To run the app follow the instructions below depending on your OS.
-------------------------------------------------------------------
On Windows (tested on Windows 10)
-------------------------------------------------------------------
1. Install Python 3: https://www.python.org/downloads/
Note: Python 2 should work but is not recommended
2. Double-click SETUP.bat.
Note: You only need to do this once to download the libraries
required by the app.
3. Double-click RUN.bat.
Note: You can create a shortcut to RUN.bat on your Desktop and
double-click the shortcut to run the app.
-------------------------------------------------------------------
On Linux (tested) or MAC (not tested)
-------------------------------------------------------------------
1. Install Python 3: https://www.python.org/downloads/
2. Open a termial and run the following commands:
>>> cd APP_DIRECTORY
>>> pip install -U pip
>>> pip install -r requirements.txt
Note 1: Replace APP_DIRECTORY with location of app
Note 2: Might need root priveleges (e.g., via sudo)
3. Run the app with the following command:
>>> python application.py
Note: You can create a shortcut to application.py on your
Desktop and double-click the shortcut to run the app.