Skip to content

Commit acec530

Browse files
author
Tamerlan Abilov
committed
README.md sdl lib setup
1 parent 28a0432 commit acec530

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ As current example uses `pygame`,
4747

4848
```
4949
pip install pygame==2.0.1 # recommended version
50+
# You have to install sdl lib separately
51+
# for Mac OS:
52+
brew install sdl2 sdl2_gfx sdl2_image sdl2_mixer sdl2_net sdl2_ttf
5053
```
5154

5255
```python

0 commit comments

Comments
 (0)