Skip to content

Commit 89c1ff7

Browse files
authored
Add PyOpenGL to installation instructions (#1470)
1 parent 7031746 commit 89c1ff7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

book/visual-effects.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ graphics cards and GPUs became widespread.
4040
Start by installing [Skia][skia-python] and [SDL][sdl-python]:[^book-old]
4141

4242
``` {.sh}
43-
python3 -m pip install skia-python pysdl2 pysdl2-dll
43+
python3 -m pip install skia-python pysdl2 pysdl2-dll PyOpenGL
4444
```
4545

4646
As elsewhere in this book, you may need to install the `pip` package

0 commit comments

Comments
 (0)