Skip to content

Commit

Permalink
Use click from pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Bechberger committed Jul 22, 2020
1 parent 0d5fe5d commit 2e65b21
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 2 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ Using pip requiring at least Python 3.6:
.. code:: sh
pip3 install git+https://github.com/parttimenerd/temci.git
# or
pip3 install temci
For more information see the Installation_ page.

Expand Down
5 changes: 2 additions & 3 deletions doc/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,8 @@ After installing these packages, temci can be installed by calling:
.. code:: sh
pip3 install git+https://github.com/parttimenerd/temci.git
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.
# or
pip3 install temci
If there a problems with ``click`` (if you get an exception like ``ImportError: cannot import name 'ParameterSource'``), try installing
it directly from github:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
packages=find_packages(),
include_package_data=True,
install_requires=[
'click @ https://github.com/pallets/click/archive/f537a208591088499b388b06b2aca4efd5445119.zip',
'click>=7.1.2',
'humanfriendly', 'pytimeparse',
'fn',
'cpuset-py3',
Expand Down

0 comments on commit 2e65b21

Please sign in to comment.