Skip to content

Commit

Permalink
Merge pull request #850 from breml/fix-doc
Browse files Browse the repository at this point in the history
Fix version for dependency click
  • Loading branch information
untergeek committed Dec 22, 2016
2 parents 8511fb6 + 248a22e commit 4ce8389
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/asciidoc/installation.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ or uncompress and run `python setup.py install`
Download and install the http://click.pocoo.org/[click] dependency (6.0 or
greater):

. `wget https://pypi.python.org/packages/source/c/click/click-6.2.tar.gz -O click-6.3.tar.gz`
. `wget https://pypi.python.org/packages/source/c/click/click-6.3.tar.gz -O click-6.3.tar.gz`
. `pip install click-6.3.tar.gz`

or uncompress and run `python setup.py install`
Expand Down

0 comments on commit 4ce8389

Please sign in to comment.