We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85cb7ea commit 275de12Copy full SHA for 275de12
README.md
@@ -17,7 +17,7 @@ problems that takes advantage of net reductions (*polyhedral reductions*).
17
### Requirements
18
19
* Python >= 3.7
20
- + (Optional) [cx_Freeze](https://pypi.org/project/psutil/) - standalone executables generator
+ + (Optional) [cx_Freeze](https://cx-freeze.readthedocs.io/en/latest/) - standalone executables generator
21
+ (Optional) [mypy](http://mypy-lang.org/) - static type checker
22
+ (Optional) [sphinx](https://www.sphinx-doc.org/en/master/index.html) - Python documentation generator
23
* [z3](https://github.com/Z3Prover/z3) - SMT solver
0 commit comments