Skip to content

Commit 5376acb

Browse files
Add note about installing pygly via pip
1 parent 484c90d commit 5376acb

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,20 @@ Features
3737
Installation
3838
--------------
3939

40+
PyGLy is in the PyPi database and can be installed via pip:
41+
```
42+
pip install pygly
43+
```
44+
4045
PyGLy requires the following software:
4146

4247
* Python 2(.6?)+
4348
* Pyglet
4449
* NumPy
4550
* Pyrr (https://github.com/adamlwgriffiths/Pyrr)
4651

52+
Source Installation
53+
-------------------
4754

4855
Install Pyrr
4956
```

0 commit comments

Comments
 (0)