|
|
@ -13,13 +13,13 @@ The project is written with Python 3.7. The PyQt GUI framework is used to create |
|
|
|
- Generate charts using the data in the database |
|
|
|
- Generate charts using the data in the database |
|
|
|
|
|
|
|
|
|
|
|
## Download Project |
|
|
|
## Download Project |
|
|
|
https://github.com/CS-4820-Library-Project/Libly/releases |
|
|
|
https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/releases |
|
|
|
|
|
|
|
|
|
|
|
## Developer Documentation |
|
|
|
## Developer Documentation |
|
|
|
https://counter-5-report-tool.readthedocs.io/en/latest/ |
|
|
|
https://counter-5-report-tool.readthedocs.io/en/latest/ |
|
|
|
|
|
|
|
|
|
|
|
## How to use pyinstaller for executables |
|
|
|
## How to use pyinstaller for executables |
|
|
|
https://github.com/CS-4820-Library-Project/Libly/blob/master/docs/pyinstaller-how-to.md |
|
|
|
https://git.library.upei.ca/mbelvadi/COUNTER-5-Report-Tool/src/master/docs/pyinstaller-how-to.md |
|
|
|
|
|
|
|
|
|
|
|
## Setup Instructions (Windows) |
|
|
|
## Setup Instructions (Windows) |
|
|
|
- Install Python 3.8.2 [https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe] |
|
|
|
- Install Python 3.8.2 [https://www.python.org/ftp/python/3.8.2/python-3.8.2-amd64.exe] |
|
|
@ -38,7 +38,7 @@ If not the path may be wrong or python was not installed correctly. |
|
|
|
|
|
|
|
|
|
|
|
type pip -v into command prompt, this should return the version of PIP that is installed with Python. |
|
|
|
type pip -v into command prompt, this should return the version of PIP that is installed with Python. |
|
|
|
|
|
|
|
|
|
|
|
### Download the project from Github |
|
|
|
### Download the project from Gitea |
|
|
|
- Close and re-open command prompt |
|
|
|
- Close and re-open command prompt |
|
|
|
- type cd |
|
|
|
- type cd |
|
|
|
- Open the location you downloaded the project to and drag the folder into the command prompt window |
|
|
|
- Open the location you downloaded the project to and drag the folder into the command prompt window |
|
|
|