Skip to content

Commit

Permalink
docs: use cargo install --locked
Browse files Browse the repository at this point in the history
Fixes #1196
  • Loading branch information
messense committed Oct 14, 2022
1 parent 5c8444f commit 4cbdccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions guide/src/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,11 @@ You can download precompiled maturin binaries from the latest [GitHub Releases](
You can install maturin from [crates.io](https://crates.io/crates/maturin) using cargo:

```bash
cargo install maturin
cargo install --locked maturin
```

### Git repository

```bash
cargo install --git https://github.com/PyO3/maturin.git maturin
cargo install --locked --git https://github.com/PyO3/maturin.git maturin
```

0 comments on commit 4cbdccc

Please sign in to comment.