Note about pygame module install
This commit is contained in:
parent
7ee77ff8ba
commit
387d551844
|
@ -1,3 +1,12 @@
|
||||||
# PyGame Python Examples
|
# PyGame Python Examples
|
||||||
|
|
||||||
This folder contains simple examples of using PyGame in Python to create simple UI tools or "game like" programs.
|
This folder contains simple examples of using PyGame in Python to create simple UI tools or "game like" programs.
|
||||||
|
|
||||||
|
## Prerequesits
|
||||||
|
|
||||||
|
All of these projects require the PyGame module.
|
||||||
|
|
||||||
|
Inside a terminal:
|
||||||
|
```
|
||||||
|
pip install pygame
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user