File tree Expand file tree Collapse file tree 2 files changed +13
-3
lines changed
Expand file tree Collapse file tree 2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -53,11 +53,21 @@ Complete documentation can be found at [readthedocs](https://python-nnf.readthed
5353
5454# Installing
5555
56+ At least Python 3.4 is required.
57+
58+ ## Recommended
59+
60+ Install with support for a variety of SAT solvers.
61+
5662``` sh
57- pip install nnf
63+ pip install nnf[pysat]
5864```
5965
60- At least Python 3.4 is required.
66+ ## Vanilla
67+
68+ ``` sh
69+ pip install nnf
70+ ```
6171
6272# Serialization
6373
Original file line number Diff line number Diff line change 55
66setuptools .setup (
77 name = "nnf" ,
8- version = '0.2.1 ' ,
8+ version = '0.3.0 ' ,
99 author = "Jan Verbeek, Christian Muise" ,
1010 author_email = "jan.verbeek@posteo.nl; christian.muise@queensu.ca" ,
1111 description = "Manipulate NNF (Negation Normal Form) logical sentences" ,
You can’t perform that action at this time.
0 commit comments