|
2 | 2 | :target: https://ci.appveyor.com/project/skvark/opencv-python
|
3 | 3 | :alt: AppVeyor CI test status (Windows)
|
4 | 4 |
|
5 |
| -.. image:: https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label="Linux and OS X" |
| 5 | +.. image:: https://img.shields.io/travis/skvark/opencv-python.svg?maxAge=3600&label="Linux / OS X" |
6 | 6 | :target: https://travis-ci.org/skvark/opencv-python
|
7 | 7 | :alt: Travis CI test status (Linux and OS X)
|
8 | 8 |
|
9 | 9 | OpenCV on wheels
|
10 | 10 | ================
|
11 | 11 |
|
12 |
| -Unofficial OpenCV packages for Python. Work in progress! |
| 12 | +Unofficial OpenCV packages for Python. |
13 | 13 |
|
14 | 14 | The aim of this repository is to provide means to package each new
|
15 | 15 | `OpenCV release <https://github.com/opencv/opencv/releases>`__ for the
|
@@ -107,20 +107,23 @@ Manylinux wheels
|
107 | 107 |
|
108 | 108 | Linux wheels are built using
|
109 | 109 | `manylinux <https://github.com/pypa/python-manylinux-demo>`__. These
|
110 |
| -wheels should work out of the box for most of the distros out there |
111 |
| -since they are built against an old version of glibc. |
| 110 | +wheels should work out of the box for most of the distros |
| 111 | +(which use GNU C standard library) out there since they are built |
| 112 | +against an old version of glibc. |
112 | 113 |
|
113 | 114 | Supported Python versions
|
114 | 115 | -------------------------
|
115 | 116 |
|
| 117 | + |
116 | 118 | Windows:
|
117 | 119 | ~~~~~~~~
|
118 | 120 |
|
119 | 121 | There's a build time limitation (AppVeyor open source builds may take
|
120 |
| -max 1 hour) which restricts the supported Python versions to two. As |
121 |
| -Python's 2.x releases are slowly approaching legacy state, 2.7.x |
122 |
| -releases will be the only supported Python 2 versions on Windows. On |
123 |
| -Python 3 side, builds will be run only for the latest release. |
| 122 | +max 1 hour) which restricts the supported Python versions to two |
| 123 | +(note: the performance is better nowadays, for example py33 and py34 |
| 124 | +could be added to appveyor.yml). As Python's 2.x releases are slowly |
| 125 | +approaching legacy state, 2.7.x releases will be the only supported Python 2 |
| 126 | +versions on Windows. On Python 3 side, builds will be run only for the latest release. |
124 | 127 |
|
125 | 128 | However, if you wan't to get some other versions, just fork this repo
|
126 | 129 | and change the dependencies.
|
|
0 commit comments