We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b6a0b5 commit dd88876Copy full SHA for dd88876
2 files changed
azure-pipelines.yml
@@ -85,11 +85,9 @@ jobs:
85
artifactName: tinyobjDeployMacOS
86
87
- job: windows
88
- pool: {vmImage: 'vs2017-win2016'}
+ pool: {vmImage: 'windows-2019'}
89
steps:
90
- task: UsePythonVersion@0
91
- - script: choco install vcpython27 -f -y
92
- displayName: Install Visual C++ for Python 2.7
93
- bash: |
94
python -m pip install --upgrade pip
95
pip install cibuildwheel
python/README.md
@@ -3,6 +3,11 @@
3
`tinyobjloader` is a python wrapper for C++ wavefront .obj loader.
4
`tinyobjloader` is rather fast and feature rich than other pure python version of .obj loader.
5
6
+## Requirements
7
+
8
+* python 3.x(3.6+ recommended)
9
+ * python 2.7 may work, but not officially supported.
10
11
## Install
12
13
You can install `tinyobjloader` with pip.
0 commit comments