We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fa2dc6 commit 0fe017cCopy full SHA for 0fe017c
README.md
@@ -12,7 +12,7 @@ Provide a Python API for [WRENCH](https://wrench-project.org). This API is built
12
13
# Dependencies and Installation
14
15
- - [WRENCH](https://github.com/wrench-project/wrench) v2.6 and its dependencies
+ - [WRENCH](https://github.com/wrench-project/wrench) master branch 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
- Run `python3 -m build` to build the package (you may need to install the `build` Python package).
18
- Run `python3 -m pip install ./dist/wrench-*.whl` to install the package
0 commit comments