Skip to content

Commit

Permalink
Fix install command
Browse files Browse the repository at this point in the history
  • Loading branch information
traschke committed Apr 19, 2020
1 parent c2508e3 commit c30a88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ These instructions will get you a copy of the project up and running on your loc
Setup a python virtual environment and download all dependencies

```console
$ pipenv install
$ pipenv install --dev
```

ComPex requires an installation of CoreNLP with german models. Download required CoreNLP Java server and german models from [here](https://stanfordnlp.github.io/CoreNLP/download.html) to destination of your choosing. You can use the following script to automate this process, which downloads all required files to `./.corenlp`:
Expand Down

0 comments on commit c30a88c

Please sign in to comment.