Skip to content

Latest commit

 

History

History
260 lines (179 loc) · 7.88 KB

download.rst

File metadata and controls

260 lines (179 loc) · 7.88 KB

Download

/_static/section/download/pypi.png /_static/label/python_package_index.png

You can install our latest release from the Python Package Index (PyPI) with pip...

% sudo pip install stem
/_static/section/download/mac.png /_static/label/mac_os.png

Mac OS 10.8 and above bundle Python by default. This makes installation easy...

% sudo pip install stem
/_static/section/download/debian.png /_static/label/debian.png

Packages maintained by Dererk for Debian include python-stem (for Python 2.x) and python3-stem (for Python 3.x).

% sudo apt-get install python-stem
/_static/section/download/ubuntu.png /_static/label/ubuntu.png

Package derived from Debian for Ubuntu.

% sudo apt-get install python-stem
/_static/section/download/fedora.png /_static/label/fedora.png

Packages maintained by Juan for Fedora include python-stem (for Python 2.x), python3-stem (for Python 3.x), and python-stem-doc (this website).

% sudo dnf install python-stem
/_static/section/download/gentoo.png /_static/label/gentoo.png

Package by Anthony Basile for Gentoo.

% sudo emerge stem
/_static/section/download/archlinux.png /_static/label/archlinux.png

Package by Sjon for Arch Linux...

% pacman -S python-stem
/_static/section/download/slackware.png /_static/label/slackware.png

Package by Markus for Slackware.

/_static/section/download/freebsd.png /_static/label/freebsd.png

Port by Carlo for FreeBSD.

% pkg install security/py-stem
/_static/section/download/openbsd.png /_static/label/openbsd.png

Port by pascal for OpenBSD.

% pkg_add py3-stem
/_static/section/download/netbsd.png /_static/label/netbsd.png

Port by Riastradh for NetBSD.

% pkg_add py37-stem
/_static/section/download/file.png /_static/label/file.png

File and signature upon which the above packages are based (instructions). You can directly install from this with...

% pip install stem-1.7.1.tar.gz
/_static/section/download/git.png /_static/label/source_repository.png

For those who want to live on the bleeding edge or contribute, you can download Stem's git repository with...

% git clone https://github.com/torproject/stem.git