We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e73d2ad commit b3513dcCopy full SHA for b3513dc
1 file changed
README.md
@@ -14,8 +14,7 @@ Provide a Python API for [WRENCH](https://wrench-project.org). This API is built
14
15
- [WRENCH](https://github.com/wrench-project/wrench) and its dependencies
16
- You must compile the `wrench-daemon` target (i.e., `make wrench-daemon`) during the build process before doing the usual (`sudo make install`)
17
-
18
- - Run `python3 -m build` to build the package.
+ - Run `python3 -m build` to build the package (you may need to install the `build` Python package).
19
- Run `python3 -m pip install ./dist/wrench-*.whl` to install the package
20
21
# Examples and API Documentation
0 commit comments