Skip to content

Commit

Permalink
Change python-opengl to python3-opengl.
Browse files Browse the repository at this point in the history
The Python2 dependencies couldn't be installed in Colab.
  • Loading branch information
duckladydinh authored May 7, 2024
1 parent fb3cb0c commit a3c76dd
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 a3c76dd

Please sign in to comment.