On Ubuntu 24.04.4 LTS the pip install does not work out of the box, but requires the additional installation of libGL -> i.e.: ``` sudo apt install -y libgl1 ``` It would be good to add this dependency to the documentation.
On Ubuntu 24.04.4 LTS the pip install does not work out of the box, but requires the additional installation of libGL -> i.e.:
It would be good to add this dependency to the documentation.