InstallationΒΆ

At the command line either via easy_install or pip:

$ easy_install tinyobj
$ pip install tinyobj

Or, if you have virtualenvwrapper installed:

$ mkvirtualenv tinyobj
$ pip install tinyobj