mirror of
https://github.com/huggingface/deep-rl-class.git
synced 2026-02-03 02:14:53 +08:00
Merge pull request #526 from duckladydinh/patch-1
Fix for issue #528: Change python-opengl to python3-opengl.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user