-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated ReadMe files
- Loading branch information
Showing
5 changed files
with
49 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,21 @@ | ||
pygwidgets | ||
========== | ||
#pygwidgets (pronounced as: "pig wijits") | ||
|
||
An open collection of user interface widgets for use with pygame development. | ||
|
||
(Pronunciation: pig wijits) | ||
To install, open the command line and enter the following: | ||
|
||
If you have questions or are interested in making additions, please contact me: | ||
python3 -m pip install -U pip --user | ||
|
||
python3 -m pip install -U pygwidgets --user | ||
|
||
The first command ensures that you have the latest version of pip (the installer). | ||
The second line installs the latest version of pygwidgets from PyPI into the | ||
site-packages folder on your computer, so that this package is available to all | ||
of your Python programs. | ||
|
||
Irv Kalb | ||
Documentation can be found at: https://pygwidgets.readthedocs.io/en/latest/ | ||
|
||
Irv at furrypants.com | ||
|
||
If you have questions or are interested in making additions, please contact me: | ||
|
||
Irv at furrypants.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# pygwidgets | ||
#pygwidgets (pronounced as: "pig wijits") | ||
|
||
An open collection of user interface widgets for use with pygame development. | ||
|
||
To install, open the command line and enter the following: | ||
|
||
python3 -m pip install -U pip --user | ||
|
||
python3 -m pip install -U pygwidgets --user | ||
|
||
The first command ensures that you have the latest version of pip (the installer). | ||
The second line installs the latest version of pygwidgets from PyPI into the | ||
site-packages folder on your computer, so that this package is available to all | ||
of your Python programs. | ||
|
||
Documentation can be found at: https://pygwidgets.readthedocs.io/en/latest/ | ||
|
||
|
||
If you have questions or are interested in making additions, please contact me: | ||
|
||
Irv at furrypants.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
# pygwidgets | ||
#pygwidgets (pronounced as: "pig wijits") | ||
|
||
An open collection of user interface widgets for use with pygame development. | ||
|
||
To install, open the command line and enter the following: | ||
|
||
python3 -m pip install -U pip --user | ||
|
||
python3 -m pip install -U pygwidgets --user | ||
|
||
The first command ensures that you have the latest version of pip (the installer). | ||
The second line installs the latest version of pygwidgets from PyPI into the | ||
site-packages folder on your computer, so that this package is available to all | ||
of your Python programs. | ||
|
||
Documentation can be found at: https://pygwidgets.readthedocs.io/en/latest/ | ||
|
||
|
||
If you have questions or are interested in making additions, please contact me: | ||
|
||
Irv at furrypants.com |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
pygame>=1.9 | ||
pygame>=2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters