Skip to content

Commit

Permalink
add pip install to README (#3)
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Estévez <daniel@destevez.net>
  • Loading branch information
daniestevez committed May 6, 2024
1 parent f3d00c8 commit 937c412
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ documentation of the Rust crate contains a few examples of the Rust API. The
Python examples can also be written in Rust (and in fact this is done
[as part of integration testing](tests/filter_designs.rs)).

## Python package

The pm-remez Python package is [published in
PyPI](https://pypi.org/project/pm-remez/). There are pre-built binary packages
for common architectures and operating systems. For these, the package can be
installed by doing

```
pip install pm-remez
```

## Building

The pm-remez crate uses [ndarray-linalg](https://docs.rs/ndarray-linalg/) to
Expand Down

0 comments on commit 937c412

Please sign in to comment.