Skip to content

Commit

Permalink
updated install instructions
Browse files Browse the repository at this point in the history
see issue #8 for details
  • Loading branch information
aparrish authored Mar 2, 2017
1 parent 32c4084 commit 8f776e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation by hand::

Installation with pip::

pip install pycorpora
pip install --no-cache-dir pycorpora

The package does not include data from the Corpora Project; instead, the data
is downloaded when the package is installed (using either of the methods
Expand All @@ -55,7 +55,7 @@ edge of the project don't break your code.)
Update
------

Update Corpora Project data by reinstalling with pip:
Update Corpora Project data by reinstalling with pip::

pip install --upgrade --force-reinstall pycorpora

Expand Down

0 comments on commit 8f776e9

Please sign in to comment.