From e4ea8d6ffca640fb1d9530a36f9deb11fc624a8f Mon Sep 17 00:00:00 2001 From: randogoth Date: Tue, 9 Apr 2024 08:41:51 +0300 Subject: [PATCH] updated readme --- readme.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/readme.md b/readme.md index 4226dfb..3ed4bf2 100644 --- a/readme.md +++ b/readme.md @@ -14,6 +14,13 @@ With a Rust and Cargo environment set up, simply run: $ cargo build --release ``` +To also compile a Python wheel, you need Maturin set up. SImply run: + +```sh +$ maturin build --release +$ pip install target/wheels/lyagushka-1.1.0*.whl +``` + ## Usage ### Parameters @@ -66,8 +73,4 @@ Alternatively, you can pipe a list of integers into the tool, followed by the fa ```sh cat random_values.txt | lyagushka 0.5 2 -``` - -## Python Module - -If you need lyagushka in a Python environment, check out the 'Python' branch of this repository \ No newline at end of file +``` \ No newline at end of file