File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 55** High-performance video frame extraction for Apple Silicon**
66
77[ ![ Python 3.8+] ( https://img.shields.io/badge/python-3.8+-blue.svg )] ( https://www.python.org/downloads/ )
8+ [ ![ PyPI] ( https://img.shields.io/pypi/v/viteo.svg )] ( https://pypi.org/project/viteo/ )
89[ ![ Apple Silicon] ( https://img.shields.io/badge/platform-Apple%20Silicon-lightgrey.svg )] ( https://www.apple.com/mac/ )
910[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
1011
@@ -38,7 +39,9 @@ for frame in extractor:
3839
3940## Installation
4041
41- > ** Note:** PyPI package coming very soon!
42+ ``` bash
43+ pip install viteo
44+ ```
4245
4346### From source
4447
@@ -48,7 +51,7 @@ cd viteo
4851pip install -v -e .
4952```
5053
51- ### Rebuilding
54+ #### Rebuilding
5255
5356``` bash
5457rm -rf dist/
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ classifiers = [
1919 " License :: OSI Approved :: MIT License" ,
2020 " Operating System :: MacOS :: MacOS X" ,
2121 " Programming Language :: C++" ,
22- " Programming Language :: Objective C++ " ,
22+ " Programming Language :: Objective C" ,
2323 " Programming Language :: Python :: 3" ,
2424 " Programming Language :: Python :: 3.10" ,
2525 " Programming Language :: Python :: 3.11" ,
You can’t perform that action at this time.
0 commit comments