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
commit4592bc22f7321694867f5a19b53db34ad7337e6b (patch)
treec9dd64a78b0f5a8a73b956e3e50c7a5de81ccb17 /doc
parent0816dcc26f8e6cb5c19ab9b62e1cf27b77b35cf4 (diff)
downloadrsa-4592bc22f7321694867f5a19b53db34ad7337e6b.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::