You can install our latest release from the Python Package Index (PyPI) with pip... % sudo pip install stem |
|
Mac OS 10.8 and above bundle Python by default. This makes installation easy... % sudo pip install stem |
|
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 |
|
Package derived from Debian for Ubuntu. % sudo apt-get install python-stem |
|
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 |
|
Package by Anthony Basile for Gentoo. % sudo emerge stem |
|
Package by Sjon for Arch Linux... % pacman -S python-stem |
|
Package by Markus for Slackware. |
|
Port by Carlo for FreeBSD. % pkg install security/py-stem |
|
Port by pascal for OpenBSD. % pkg_add py3-stem |
|
Port by Riastradh for NetBSD. % pkg_add py37-stem |
|
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 |
|
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 |