docs: python not implemented notice #98
cargo devel CI / cargo CI (push) Has been cancelled Details

This commit is contained in:
Christoph J. Scherr 2024-08-30 17:52:58 +02:00
parent 17a235c1da
commit 625c0cb97e
1 changed files with 12 additions and 2 deletions

View File

@ -40,12 +40,22 @@ If you want to use the python variant too, you need to compile with maturing.
## Installing from [pypi](https://pypi.org)
`libpt` has been packaged for [pypi.org](https://pypi.org/project/libpt/).
The Python interface of `libpt` is currently not implemented, but it is planned
to eventually re add it. Meanwhile, you can use a much older version if you
really want.
You can install it with `pip install libpt`
> [!WARNING]
>
> `libpt` has been packaged for [pypi.org](https://pypi.org/project/libpt/).
>
> You can install it with `pip install libpt`
>[!NOTE]
>something
## Installing from [crates.io](https://crates.io)
`libpt` has been packaged for [crates.io](https://crates.io/crates/libpt).
You can add the library to your project with `cargo add libpt`.