Skip to content

Commit 3d7531d

Browse files
Tobias Pützsebpuetz
authored andcommitted
Update README.md
Change building from source instructions to use maturin instead of pyo3-pack.
1 parent 1771c77 commit 3d7531d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ $ pip install --upgrade finalfusion
3636
## Building from source
3737

3838
finalfusion can also be built from source. This requires a Rust toolchain
39-
that is installed through rustup. First, you need `pyo3-pack`:
39+
that is installed through rustup. First, you need `maturin`:
4040

4141
~~~shell
42-
$ cargo install pyo3-pack
42+
$ cargo install maturin
4343
~~~
4444

4545
finalfusion currently requires a nightly version of Rust. You can use rustup
@@ -51,10 +51,10 @@ $ rustup override set nightly
5151
~~~
5252

5353
Now you can build finalfusion-python wheels for Python versions that are
54-
detected by `pyo3-pack`:
54+
detected by `maturin`:
5555

5656
~~~shell
57-
$ pyo3-pack build --release
57+
$ maturin build --release
5858
~~~
5959

6060
The wheels are then in the `target/wheels` directory.

0 commit comments

Comments
 (0)