Skip to content

Commit e025f63

Browse files
committed
Update README
1 parent 0c12218 commit e025f63

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,16 @@ Examples:
3434
<img src="http://ppizarror.com/resources/images/pygame-menu/cap3.PNG?raw=true" width="60%" >
3535
</p>
3636

37+
## Install
38+
39+
Pygame-menu can be installed via pip. Simply run:
40+
41+
```bash
42+
pip install pygame-menu
43+
```
44+
3745
## Import
46+
3847
Import of this library is similar as pygame:
3948
```python
4049
import pygameMenu # This imports classes and other things

readme.content.md

+9
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,16 @@ Examples:
2121
<img src="http://ppizarror.com/resources/images/pygame-menu/cap3.PNG?raw=true" width="60%" >
2222
</p>
2323

24+
## Install
25+
26+
Pygame-menu can be installed via pip. Simply run:
27+
28+
```bash
29+
pip install pygame-menu
30+
```
31+
2432
## Import
33+
2534
Import of this library is similar as pygame:
2635
```python
2736
import pygameMenu # This imports classes and other things

0 commit comments

Comments
 (0)