aboutsummaryrefslogtreecommitdiff
path: root/doc/doc.RPKI.Installation
diff options
context:
space:
mode:
authorRPKI Documentation Robot <docbot@rpki.net>2012-12-11 15:00:09 +0000
committerRPKI Documentation Robot <docbot@rpki.net>2012-12-11 15:00:09 +0000
commit9ced9b4771c9f6862be2002b71e156a50fe4b78b (patch)
treeaf1451822020f3129f3cbe36c78d223e76a11857 /doc/doc.RPKI.Installation
parentacdd2accd655152099b8c4f292e7d647dcc8bb83 (diff)
Automatic pull of documentation from Wiki.
svn path=/trunk/; revision=4929
Diffstat (limited to 'doc/doc.RPKI.Installation')
-rw-r--r--doc/doc.RPKI.Installation12
1 files changed, 3 insertions, 9 deletions
diff --git a/doc/doc.RPKI.Installation b/doc/doc.RPKI.Installation
index 9e031866..6e966a91 100644
--- a/doc/doc.RPKI.Installation
+++ b/doc/doc.RPKI.Installation
@@ -126,15 +126,9 @@ Packages you will need:
o FreeBSD: /usr/ports/databases/py-south
o Ubuntu: Do not use the python-django-south 0.7.3 package in 12.04 LTS, as
it is known not to work.
- Instead, download and install the latest version (eg, south-0.7.6.tar.gz)
- by doing something like:
-
- south=south-0.7.6
- wget -nd http://www.aeracode.org/releases/south/$south.tar.gz
- tar xzf $south.tar.gz
- cd $south
- python setup.py develop
- python setup.py install
+ Instead, install a recent version using easy_install (or pip, or ...):
+
+ easy_install South==0.7.6
***** Configure and build *****