1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153
|
Download
========
.. Image Sources:
* PyPI
Source: http://www.python.org/community/logos/
License: http://www.python.org/psf/trademarks
* Debian
Source: NuoveXT (http://nuovext.pwsp.net/)
Author: Alexandre Moore (http://sa-ki.deviantart.com/)
License: GPL v2
File: NuoveXT/128x128/apps/debian-logo.png
* Ubuntu
Source: http://logonoid.com/ubuntu-logo/
Not quite sure of the license, probably covered by...
http://design.ubuntu.com/brand/ubuntu-logo
* Fedora
Source: https://en.wikipedia.org/wiki/File:Fedora_logo_and_wordmark.svg
Author: Unknown
* Red Hat
Source: NuoveXT (http://nuovext.pwsp.net/)
Author: Alexandre Moore (http://sa-ki.deviantart.com/)
License: GPL v2
File: NuoveXT/128x128/apps/fedora.png
* Slackware
Source: NuoveXT (http://nuovext.pwsp.net/)
Author: Alexandre Moore (http://sa-ki.deviantart.com/)
License: GPL v2
File: NuoveXT/128x128/apps/slackware.png
* Arch Linux
Source: https://en.wikipedia.org/wiki/File:Archlinux-official-fullcolour.svg
* FreeBSD
Source: https://en.wikipedia.org/wiki/File:Freebsd_logo.svg
Author: Anton Gural
* Git
Source: https://en.wikipedia.org/wiki/File:Git-logo.svg
Author: Jason Long
License: CC v3 (A)
* Git (Alternate)
Source: http://www.dylanbeattie.net/git_logo/
Author: Dylan Beattie
License: CC v3 (A, SA)
.. list-table::
:widths: 1 10
:header-rows: 0
* - .. image:: /_static/section/download/pypi.png
:target: https://pypi.python.org/pypi/stem/
- .. 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. 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...
::
% pip install stem
* - .. image:: /_static/section/download/debian.png
:target: http://packages.debian.org/sid/python-stem
- .. image:: /_static/label/debian.png
:target: http://packages.debian.org/sid/python-stem
Package maintained by Dererk for Debian.
::
% apt-get install python-stem
* - .. image:: /_static/section/download/ubuntu.png
:target: https://launchpad.net/ubuntu/+source/python-stem
- .. image:: /_static/label/ubuntu.png
:target: https://launchpad.net/ubuntu/+source/python-stem
Package derived from Debian for Ubuntu.
::
% apt-get install python-stem
* - .. image:: /_static/section/download/fedora.png
:target: https://admin.fedoraproject.org/pkgdb/package/python-stem/
- .. image:: /_static/label/fedora.png
:target: https://admin.fedoraproject.org/pkgdb/package/python-stem/
Packages maintained by Juan for Fedora. These include **python-stem**
(Stem for Python 2.x), **python3-stem** (Stem for Python 3.x), and
**python-stem-doc** (this website).
::
% yum install python-stem
* - .. image:: /_static/section/download/slackware.png
:target: http://slackbuilds.org/repository/14.1/python/stem/
- .. image:: /_static/label/slackware.png
:target: http://slackbuilds.org/repository/14.1/python/stem/
Package maintained by Markus for Slackware (`instructions
<http://slackbuilds.org/howto/>`_).
* - .. image:: /_static/section/download/archlinux.png
:target: https://aur.archlinux.org/packages/stem/
- .. image:: /_static/label/archlinux.png
:target: https://aur.archlinux.org/packages/stem/
Package maintained by Sjon for Arch Linux (`instructions
<https://wiki.archlinux.org/index.php/AUR#Installing_packages>`_).
* - .. image:: /_static/section/download/freebsd.png
:target: http://www.freshports.org/security/py-stem/
- .. image:: /_static/label/freebsd.png
:target: http://www.freshports.org/security/py-stem/
Port maintained by Carlo for FreeBSD (`instructions
<http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/ports.html>`_).
* - .. image:: /_static/section/download/git.png
:target: https://gitweb.torproject.org/stem.git
- .. image:: /_static/label/source_repository.png
:target: https://gitweb.torproject.org/stem.git
For those wanting to live on the bleeding edge or contribute to Stem,
Stem's git repository can be fetched with...
::
% git clone https://git.torproject.org/stem.git
|