Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gferraro committed May 13, 2024
1 parent 2831ef3 commit cd0dd13
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion python-bindings/README.md
Original file line number Diff line number Diff line change
@@ -5,4 +5,8 @@
To build the module run `./build.sh`, which will put a native module called `ctpv_rs_python_bindings.so` into
the `./examples` folder.
Then in a python virtual environment with `numpy` installed, you can run `python python-cptv-decoder.py` from inside
the `examples` folder.
the `examples` folder.

## Release to pypi

Update `pyproject.toml` version identifier then create a release on github this will upload a new version to https://pypi.org/project/python-cptv
2 changes: 1 addition & 1 deletion python-bindings/pyproject.toml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ features = ["pyo3/extension-module"]

[project]
name = "python-cptv"
version = "0.0.2"
version = "0.0.3"
authors = [
{ name="Jon Hardie", email="[email protected]" },
{ name = "Giampaolo Feraro", email = "[email protected]"}

0 comments on commit cd0dd13

Please sign in to comment.