You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,11 +4,14 @@ A Chess GUI based from Python using PySimpleGUI and Python-Chess modules. Users
4
4

5
5
6
6
### A. Requirements
7
-
Windows exe file will be available upon release. In the meantime to get it running the following are required.
7
+
If you want to run from the python source the following are required or see the installation section below.
8
8
* Python 3.7 and up
9
9
* Python-chess v0.28.0 and up
10
10
* PySimpleGUI 4.4.1 and up
11
11
* Pyperclip
12
+
* Download this repo
13
+
14
+
Or you can just download the [executable file](https://github.com/fsmosca/Python-Easy-Chess-GUI/releases) along with other files such as book and images.
0 commit comments