From 0f94a0493fef3a1e38928017decb1d02ba6509a1 Mon Sep 17 00:00:00 2001 From: "Christoph J. Scherr" Date: Fri, 30 Aug 2024 17:52:58 +0200 Subject: [PATCH] docs: python not implemented notice #98 --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f5336f..ed782b3 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,24 @@ 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: **If you are using mobile browser**: Be very careful here! + +> [!WARNING] +> +> `libpt` has been packaged for [pypi.org](https://pypi.org/project/libpt/). +> +> You can install it with `pip install libpt` + +> [!NOTE] +> My note ## 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`.