Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
B0ney committed Aug 26, 2024
1 parent 6527dfc commit bfce958
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Output:
15 - vocal.wav
```

Samples stored in tracker modules can have an arbitary index. If you prefer to use this index, include the parameter:
Samples stored in tracker modules can have an arbitrary index. If you prefer to use this index, include the parameter:

```python
index_raw=True
Expand All @@ -118,8 +118,6 @@ You should include the parameter:
with_folder=True
```



## development:
https://docs.python.org/3/library/venv.html

Expand All @@ -131,7 +129,7 @@ activate virtual environment:

```source ./dev/bin/activate```

install [maturin (crates.io)](https://crates.io/crates/maturin) or from [pipi](https://pypi.org/project/maturin/)
install [maturin (crates.io)](https://crates.io/crates/maturin) or from [pypi](https://pypi.org/project/maturin/)

run test library:

Expand Down

0 comments on commit bfce958

Please sign in to comment.