We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2d554d commit 75142d9Copy full SHA for 75142d9
2 files changed
README.md
@@ -53,11 +53,21 @@ Complete documentation can be found at [readthedocs](https://python-nnf.readthed
53
54
# Installing
55
56
+At least Python 3.4 is required.
57
+
58
+## Recommended
59
60
+Install with support for a variety of SAT solvers.
61
62
```sh
-pip install nnf
63
+pip install nnf[pysat]
64
```
65
-At least Python 3.4 is required.
66
+## Vanilla
67
68
+```sh
69
+pip install nnf
70
+```
71
72
# Serialization
73
setup.py
@@ -5,7 +5,7 @@
5
6
setuptools.setup(
7
name="nnf",
8
- version='0.2.1',
+ version='0.3.0',
9
author="Jan Verbeek, Christian Muise",
10
author_email="jan.verbeek@posteo.nl; christian.muise@queensu.ca",
11
description="Manipulate NNF (Negation Normal Form) logical sentences",
0 commit comments