updated readme

This commit is contained in:
randogoth 2024-04-09 08:41:51 +03:00
parent 276dd11a01
commit e4ea8d6ffc

View file

@ -14,6 +14,13 @@ With a Rust and Cargo environment set up, simply run:
$ cargo build --release $ 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 ## Usage
### Parameters ### Parameters
@ -66,8 +73,4 @@ Alternatively, you can pipe a list of integers into the tool, followed by the fa
```sh ```sh
cat random_values.txt | lyagushka 0.5 2 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