We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180f576 commit 94621faCopy full SHA for 94621fa
README.md
@@ -27,11 +27,13 @@
27
28
https://github.com/CursedPrograms/OpenGL-Wheels-3.1.7-cp312-Archive/tree/main
29
30
-pip install objloader
31
-pip install PyOpenGL-3.1.5-cp36-cp36m-win_amd64.whl
32
-pip install PyOpenGL_accelerate-3.1.5-cp36-cp36m-win_amd64.whl
+```bash
+pip install PyOpenGL-3.1.7-cp12-cp12m-win_amd64.whl
+pip install PyOpenGL_accelerate-3.1.7-cp12-cp12m-win_amd64.whl
33
+```
34
35
```bash
36
+pip install objloader
37
pip install Cython==3.0.11
38
pip install --upgrade pip setuptools wheel
39
pip install path_to_downloaded_wheel.whl
pose_object.py renamed to scripts/pose_obj_object.py
stup.ps1 renamed to setup.ps1
0 commit comments