Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
koraxial authored Nov 24, 2023
1 parent 659e093 commit 6d526b6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

## Setup Instructions:
1. Install latest version of Python from [Python's Website](https://www.python.org/downloads/)
2. Install Pygame (Not required for CLI version):
2. Install Pygame (Not required for [CLI version](/LibStruct_cli.py)):
> 1) Open Python install directory
> 2) Open Command Prompt in folder
> 3) Run 'python -m pip install pygame'
Expand All @@ -27,6 +27,8 @@
> 3) Run 'python -m pip install mysql-connector-python'
5. Run [LibStruct_SQLdepCreate.py](/LibStruct_SQLdepCreate.py)
6. Run [LibStruct_main.py](/LibStruct-GUI/LibStruct_main.py)

**Note:** Replace the '########' in 'LibStruct_SQLdepCreate.py', 'LibStruct_main.py' and 'LibStruct_cli.py' before running the program.

## Requirements:
### OS:
Expand All @@ -53,6 +55,6 @@ In case of any errors or compatibility issues try the following:
2) Check MySQL table structure.
3) Check connectivity of program with database.

_Important Note: This program was made as a school project and is still very much in development, if you wish to use a more unified version use the CLI client._
_Important Note: This program was made as a school project and is still very much in development, if you wish to use a more unified version use the [CLI client](/LibStruct_cli.py)._

### :)

0 comments on commit 6d526b6

Please # to comment.