File tree 2 files changed +18
-0
lines changed
2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,16 @@ Examples:
34
34
<img src =" http://ppizarror.com/resources/images/pygame-menu/cap3.PNG?raw=true " width =" 60% " >
35
35
</p >
36
36
37
+ ## Install
38
+
39
+ Pygame-menu can be installed via pip. Simply run:
40
+
41
+ ``` bash
42
+ pip install pygame-menu
43
+ ```
44
+
37
45
## Import
46
+
38
47
Import of this library is similar as pygame:
39
48
``` python
40
49
import pygameMenu # This imports classes and other things
Original file line number Diff line number Diff line change @@ -21,7 +21,16 @@ Examples:
21
21
<img src =" http://ppizarror.com/resources/images/pygame-menu/cap3.PNG?raw=true " width =" 60% " >
22
22
</p >
23
23
24
+ ## Install
25
+
26
+ Pygame-menu can be installed via pip. Simply run:
27
+
28
+ ``` bash
29
+ pip install pygame-menu
30
+ ```
31
+
24
32
## Import
33
+
25
34
Import of this library is similar as pygame:
26
35
``` python
27
36
import pygameMenu # This imports classes and other things
You can’t perform that action at this time.
0 commit comments