summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSybren A. Stüvel <sybren@stuvel.eu>2012-06-18 16:03:32 +0200
committerSybren A. Stüvel <sybren@stuvel.eu>2012-06-18 16:03:32 +0200
commitc167ba3b35e7e067cfce83e4e31cde27de425991 (patch)
treec9dd64a78b0f5a8a73b956e3e50c7a5de81ccb17 /doc
parent1db004a59dc723528a2d0f01d61feb16223799af (diff)
downloadrsa-git-c167ba3b35e7e067cfce83e4e31cde27de425991.tar.gz
Tweaked unittests for Python 3.x
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/installation.rst b/doc/installation.rst
index a9f779c..0880d6f 100644
--- a/doc/installation.rst
+++ b/doc/installation.rst
@@ -48,6 +48,7 @@ pip or easy_install to install the following packages:
- sphinx
- pyasn1
- tox
+ - unittest2 (Python 2.x) or unittest2py3k (Python 3.x)
Once these are installed, use Mercurial_ to get a copy of the source::