Skip to content

Commit 79aa497

Browse files
Ravencentricdanhje
authored andcommitted
fix: specify --uv
1 parent 9493830 commit 79aa497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ so you'll need to have it installed in addition to Python and Rust.
6060
To install the development environment and run the test suite:
6161
```bash
6262
uv sync
63-
uv run maturin develop
63+
uv run maturin develop --uv
6464
uv run pytest
6565
```
6666

benchmarking.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Important! Remember to build the Rust extension with the -r flag to enable release mode.
44
Without this, the Rust extension will be compiled in debug mode, which is significantly slower.
55
6-
uv run maturin develop -r
6+
uv run maturin develop --uv -r
77
"""
88

99
import timeit

0 commit comments

Comments
 (0)