Skip to content

Commit cc32025

Browse files
committed
Update python-binding README.
1 parent 8553a4a commit cc32025

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

python/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
`tinyobjloader` is a python wrapper for C++ wavefront .obj loader.
44
`tinyobjloader` is rather fast and feature rich than other pure python version of .obj loader.
55

6+
## Install
7+
8+
You can install `tinyobjloader` with pip.
9+
10+
```
11+
$ pip install tinyobjloader
12+
```
13+
614
## Quick tutorial
715

816
```py

0 commit comments

Comments
 (0)