Skip to content

Commit

Permalink
Mention manual install of click in installation doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Bechberger committed Feb 25, 2020
1 parent 2c6a150 commit a741e6e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ After installing these packages, temci can be installed by calling:
A package called temci exists on pypi, but temci depends on an unpublished version of the ``click`` library that is only available on
github. This should change in the near future when the version 8.0 of ``click`` is published.

If there a problems with ``click`` (if you get an exception like ``ImportError: cannot import name 'ParameterSource'``), try installing
it directly from github:

.. code:: sh
pip3 install https://github.com/pallets/click/archive/f537a208591088499b388b06b2aca4efd5445119.zip
To install temci from source, run:

.. code:: sh
Expand Down

0 comments on commit a741e6e

Please sign in to comment.