Skip to content

Commit

Permalink
#17 Add pip install guide
Browse files Browse the repository at this point in the history
  • Loading branch information
Huffon committed May 12, 2021
1 parent 23ef909 commit cc94d3c
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,13 @@ So don't blame me, just take it as a concept project 👀

## Installation

`FactSumm` requires *Java* to be installed in your environment to use **Stanford OpenIE**. With *Java* and *Python 3*, you can install `FactSumm` from source repository:
`FactSumm` requires *Java* to be installed in your environment to use **Stanford OpenIE**. With *Java* and *Python 3*, you can install `factsumm` simply using `pip`:

```bash
pip install factsumm
```

Or you can install `FactSumm` from source repository:

```bash
git clone https://github.com/huffon/factsumm
Expand Down

0 comments on commit cc94d3c

Please sign in to comment.