Skip to content

Commit

Permalink
add install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicGrobol committed Mar 4, 2020
1 parent 0addcba commit 01d7ce8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,19 @@ The techniques behind the original parser are described in the paper [Simple and

Note: the current version is Dynet 2.0 but Dynet 1.0 was used in both releases 1.0 and 2.0

### Installation

- (Python > 3.7 only) install [Cython](https://cython.org/) first in order to be able to install [DyNet](https://github.com/clab/dynet)

```console
pip install cython
```

- Install with pip

```console
pip install uuparser
```

#### Train a parsing model

Expand Down
2 changes: 0 additions & 2 deletions pyproject.toml

This file was deleted.

0 comments on commit 01d7ce8

Please sign in to comment.