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 b0cdef0 commit d3d024cCopy full SHA for d3d024c
README.md
@@ -44,14 +44,15 @@ PyGLy requires the following software:
44
* NumPy
45
* Pyrr (https://github.com/adamlwgriffiths/Pyrr)
46
47
-You can install dependencies easily by using the command:
48
-For Mac OS-X users:
+Install PyGLy depedencies:
49
```
50
-pip install -r requirements_osx.txt
+pip install -r requirements.txt
51
52
-For everyone else
+
+Windows users can stop there.
53
+Mac OS-X users need to continue to install more dependencies:
54
-pip install -r requirements.txt
55
+pip install -r requirements-osx.txt
56
57
58
0 commit comments