Skip to content

Commit

Permalink
add pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
snowkylin committed Jul 1, 2023
1 parent fae2b7e commit ebf576e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The backend of this package is implemented by C++ for efficiency.

Currently this package only support boolean functions with number of inputs <= 6, as the canonical representative is returned as an unsigned long long with 2^6 bits. Please file a feature request if you need more.

## Install

```bash
pip install npn
```

## Usage

```python
Expand Down

0 comments on commit ebf576e

Please sign in to comment.