Skip to content

Commit 5f240b5

Browse files
Merge pull request #206 from JakeRoggenbuck/version-independent
Version independent
2 parents 1b44ee0 + 9a3e130 commit 5f240b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ maturin build --release
3838

3939
Install the module (Note: the version will change so check the exact filename in `target/wheels/`)
4040
```
41-
pip install target/wheels/lstore-0.1.0-cp312-cp312-manylinux_2_34_x86_64.whl --force-reinstall
41+
pip install target/wheels/lstore* --force-reinstall
4242
```
4343

4444
Run the database benchmark

0 commit comments

Comments
 (0)