aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/doc.RPKI.Installation12
-rw-r--r--doc/manual.pdfbin482709 -> 482604 bytes
2 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 *****
diff --git a/doc/manual.pdf b/doc/manual.pdf
index 98c39580..8ffe6896 100644
--- a/doc/manual.pdf
+++ b/doc/manual.pdf
Binary files differ