-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update readme and project description.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
# Biodivine BDD library (Python) | ||
|
||
This repository contains simple Python bindings for the [Biodivine BDD library](https://github.com/sybila/biodivine-lib-bdd). | ||
This repository contains simple Python bindings for the [Biodivine BDD library](https://github.com/sybila/biodivine-lib-bdd). It allows you to quickly create and manage binary decision diagrams from Python. | ||
|
||
To install the bindings, use | ||
To install the bindings, run | ||
|
||
``` | ||
pip install biodivine_bdd | ||
``` | ||
``` | ||
|
||
Other examples on how to use the Python bindings are available in this [jupyter notebook](https://deepnote.com/project/Aeonpy-Examples-CR33GbmyS2e4tqqZCcCwjA/%2Fexample_bdd.ipynb). Additional documentation is currently available only in the source code (or in the original Rust library), however the tutorial should hopefully cover most topics well. In case of any problems, do not hesitate to create an issue and get in touch. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters