Skip to content

Commit

Permalink
Added 'requests' to the dependencies documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Easterbrook <jim@jim-easterbrook.me.uk>
  • Loading branch information
jim-easterbrook committed May 21, 2018
1 parent 1cfbb6a commit 3d5e644
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions src/doc/essentials/dependencies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,17 @@ Finding out the installed gnuplot version is easy::

gnuplot -V

Weather "service" uploading
---------------------------

Uploading to HTTP based "services" such as Weather Underground requires the Python requests library:

* `requests <https://pypi.python.org/pypi/requests/>`_

::

pip install requests

Secure website uploading (sftp)
-------------------------------

Expand Down
4 changes: 2 additions & 2 deletions src/pywws/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '18.5.0'
_release = '1535'
_commit = 'ab180a3'
_release = '1536'
_commit = '1cfbb6a'

0 comments on commit 3d5e644

Please sign in to comment.