Skip to content

Commit d3d024c

Browse files
Update requirements.txt dependency installation.
1 parent b0cdef0 commit d3d024c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,15 @@ PyGLy requires the following software:
4444
* NumPy
4545
* Pyrr (https://github.com/adamlwgriffiths/Pyrr)
4646

47-
You can install dependencies easily by using the command:
48-
For Mac OS-X users:
47+
Install PyGLy depedencies:
4948
```
50-
pip install -r requirements_osx.txt
49+
pip install -r requirements.txt
5150
```
52-
For everyone else
51+
52+
Windows users can stop there.
53+
Mac OS-X users need to continue to install more dependencies:
5354
```
54-
pip install -r requirements.txt
55+
pip install -r requirements-osx.txt
5556
```
5657

5758

0 commit comments

Comments
 (0)