Skip to content

Commit

Permalink
Add install instructions to README (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Palma committed Jul 1, 2024
1 parent 0eb3c38 commit a300731
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 @@ -12,6 +12,12 @@

`Pylogic` is a library to integrate logic programming to your python programs. Currently it supports propositional logic, and a subset of first order logic (Horn Clauses). The API is supposed to be expressive as `python` is as a language.

## Install

```
pip install python-logic
```

### Examples

```python
Expand Down

0 comments on commit a300731

Please sign in to comment.