diff options
Diffstat (limited to 'doc/doc.RPKI.Installation')
-rw-r--r-- | doc/doc.RPKI.Installation | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/doc.RPKI.Installation b/doc/doc.RPKI.Installation index b0adf8c3..9e5299c7 100644 --- a/doc/doc.RPKI.Installation +++ b/doc/doc.RPKI.Installation @@ -92,7 +92,11 @@ Packages you will need: interface to the CA tools requires this. Django 1.3 or later is required. o FreeBSD: /usr/ports/www/py-django (py27-django) - o Ubuntu: python-django + o Ubuntu: Do not use the python-django package (Django 1.3.1) in 12.04 LTS, + as it is known not to work. + Instead, install a recent version using easy_install (or pip, or ...): + + $ sudo easy_install django * http://vobject.skyhouseconsulting.com/, a Python library for parsing VCards. The GUI uses this to parse the payload of RPKI Ghostbuster objects. |