Skip to content

Commit

Permalink
Merge pull request #526 from duckladydinh/patch-1
Browse files Browse the repository at this point in the history
Fix for issue #528: Change python-opengl to python3-opengl.
  • Loading branch information
simoninithomas authored May 27, 2024
2 parents 84d1469 + a3c76dd commit ff62911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion units/en/unit1/hands-on.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ Hence the following cell will install virtual screen libraries and create and ru

```bash
sudo apt-get update
apt install python-opengl
apt install python3-opengl
apt install ffmpeg
apt install xvfb
pip3 install pyvirtualdisplay
Expand Down

0 comments on commit ff62911

Please sign in to comment.