Skip to content

Commit af27e09

Browse files
Add notes on initialising Pyrr
1 parent d3d024c commit af27e09

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

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

47+
48+
Install Pyrr
49+
```
50+
git submodule init
51+
git submodule update
52+
```
53+
4754
Install PyGLy depedencies:
4855
```
4956
pip install -r requirements.txt
5057
```
5158

5259
Windows users can stop there.
60+
5361
Mac OS-X users need to continue to install more dependencies:
5462
```
5563
pip install -r requirements-osx.txt

0 commit comments

Comments
 (0)