Skip to content

Commit

Permalink
Python README
Browse files Browse the repository at this point in the history
  • Loading branch information
nnmm committed Jul 23, 2024
1 parent 0c461f7 commit cd3aa56
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion gomori-py/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# gomori-py

Python wrapper around the [Rust gomori library](../gomori).

> [!IMPORTANT]
> This is work in progress.
## Setup

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.
Expand All @@ -24,4 +29,4 @@ maturin develop

After setup is completed, you can just `from gomori import *`.

The API is pretty much the same as in Rust, so check out the documentation in that package.
The API is pretty much the same as in Rust, so check out the documentation for that package.

0 comments on commit cd3aa56

Please sign in to comment.