File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -36,10 +36,10 @@ $ pip install --upgrade finalfusion
3636## Building from source
3737
3838finalfusion 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
4545finalfusion currently requires a nightly version of Rust. You can use rustup
@@ -51,10 +51,10 @@ $ rustup override set nightly
5151~~~
5252
5353Now 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
6060The wheels are then in the ` target/wheels ` directory.
You can’t perform that action at this time.
0 commit comments