updated readme
This commit is contained in:
parent
276dd11a01
commit
e4ea8d6ffc
1 changed files with 8 additions and 5 deletions
13
readme.md
13
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
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue