Chrispresso / SuperMarioBros-AI

332 stars 69 forks source link

Fix version requirement #8

Open darthnithin opened 3 years ago

darthnithin commented 3 years ago

gym-retro requires (and doesnt install properly unless its) python 3.5, 3.6, or 3.7. Since we require ≥3.6, the only acceptable versions are 3.6 and 3.7

This caused me sooo much headache trying to install requirements since I didn't realize 3.9 was not supported