Skip to content

Commit

Permalink
Change Python wheel build instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
kylc committed Sep 22, 2024
1 parent 738e1eb commit 873984b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ git clone [email protected]:kylc/optik.git
cargo build --release

# Build a Python wheel
maturin build --release -m crates/optik-py/Cargo.toml
pip wheel .

# Build the C++ example
mkdir build
Expand Down

0 comments on commit 873984b

Please sign in to comment.