We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c461f7 commit cd3aa56Copy full SHA for cd3aa56
gomori-py/README.md
@@ -1,5 +1,10 @@
1
# gomori-py
2
3
+Python wrapper around the [Rust gomori library](../gomori).
4
+
5
+> [!IMPORTANT]
6
+> This is work in progress.
7
8
## Setup
9
10
You'll probably want to use a virtualenv for the following steps. You can either use a pre-built wheel or build it from source yourself.
@@ -24,4 +29,4 @@ maturin develop
24
29
25
30
After setup is completed, you can just `from gomori import *`.
26
31
27
-The API is pretty much the same as in Rust, so check out the documentation in that package.
32
+The API is pretty much the same as in Rust, so check out the documentation for that package.
0 commit comments