alex-petrenko / megaverse

High-throughput simulation platform for Artificial Intelligence reseach
https://www.megaverse.info
MIT License
219 stars 20 forks source link

missing dependencies: sdl2, libgl1-mesa-dev, libegl1-mesa-dev #22

Closed erwincoumans closed 2 years ago

erwincoumans commented 2 years ago

You could add those dependencies to the readme:

conda install -c conda-forge sdl2
sudo apt-get install libgl1-mesa-dev
sudo apt-get install libegl1-mesa-dev
alex-petrenko commented 2 years ago

Thanks a lot @erwincoumans ! :) I added these to README!