N3RDIUM / PyCraft

A Minecraft clone written in python and glfw/OpenGL.
MIT License
17 stars 2 forks source link

The following packages do not install with dep_installer.bat #57

Closed ghost closed 2 years ago

ghost commented 2 years ago

Deps are the following - glfw , PyOpenGL , pillow , pygame

Suggested fix - add the following code

python -m pip install --upgrade glfw python -m pip install --upgrade PyOpenGL python -m pip install --upgrade pillow python -m pip install --upgrade pygame

ghost commented 2 years ago

Fixed / Edited dep_install.bat