-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
44 lines (37 loc) · 1.51 KB
/
README.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
42
43
44
_____ ______ _ _ ______ _____ _____ _____
/ ____| ____| \ | | ____|/ ____|_ _|/ ____|
| | __| |__ | \| | |__ | (___ | | | (___
| | |_ | __| | . ` | __| \___ \ | | \___ \
| |__| | |____| |\ | |____ ____) |_| |_ ____) |
\_____|______|_| \_|______|_____/|_____|_____/
Business Management Solution
/*
PLEASE READ AND CAREFULLY FOLLOW THESE INSTRUCTIONS TO ENSURE THE SMOOTH TESTING OF THE APPLICATION
*/
Username: adrian01
Password: Apples@1
Running the program python file
1) pip install the following packages in CMD
• paypalrestsdk
• ebaysdk
• bs4
• mysql-connector-python
• matplotlib
• plotly
• xlwt
• numpy
• *ensure tkinter is installed*
2) Import the BM.sql schema into MySQL
3) Alter the config.ini file's host, user and password values under the mysql header to your details
3) Open the python program in IDE of choice and run it
/* Notes
• Ensure the Images, config.ini and Logs folder are in the same directory as the program file (same applies for executable version)
• The program was tested and run in Python 3.4.4 and Python 3.7
• DO NOT ALTER THE Images FOLDER
*/
Running the program executable
1) Load up the BM.sql schema into MySQL
2) Navigate to ~\The Program\Program Compiled\dist\config.ini and change the host, user and password values under the mysql header to your details
3) Save config.ini
4) Launch BM.exe in the same directory
5) Wait whilst the necessary libraries are loaded and the program is run