We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8925d4 commit 9665f53Copy full SHA for 9665f53
1 file changed
README.md
@@ -62,7 +62,7 @@ Adaption to other distribution should be self-explanatory.
62
63
After building the wheel file, it can be installed using:
64
```bash
65
-python -m pip install --force-reinstall $(find . -name 'LibCarna_Python*.whl')
+pip install --force-reinstall libcarna_python-*.whl
66
```
67
68
To build against a development version of LibCarna, install it locally,
0 commit comments