commit 357b54c91dea9e6fd2f6a93e63529cfc30e3a8e0 Author: Damian Johnson atagar@torproject.org Date: Sun Dec 15 12:04:21 2013 -0800
Linking to stem's tarball from the download page
Suggestion from Markus. It wasn't obvious from our download page that tarballs were available from PyPI so explicitely linking to them. --- docs/download.rst | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/docs/download.rst b/docs/download.rst index 14b5998..9bc146c 100644 --- a/docs/download.rst +++ b/docs/download.rst @@ -61,8 +61,13 @@ Download - .. image:: /_static/label/python_package_index.png :target: https://pypi.python.org/pypi/stem/
- Signed releases and instructions for both python 2.x and 3.x. If you - have **pip** installed then getting stem can be as simple as... + Signed releases and instructions for both python 2.x and 3.x. You can + install from its `tarball + https://pypi.python.org/packages/source/s/stem/stem-1.1.1.tar.bz2`_ + (`sig + https://pypi.python.org/packages/source/s/stem/stem-1.1.1.tar.bz2.asc`_), + or if you have **pip** installed then getting stem can be as simple + as...
::
tor-commits@lists.torproject.org