Skip to content

Commit 5b4c6e9

Browse files
committed
Version 0.1.0
1 parent 32618a8 commit 5b4c6e9

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
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
4851
pip install -v -e .
4952
```
5053

51-
### Rebuilding
54+
#### Rebuilding
5255

5356
```bash
5457
rm -rf dist/

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)