diff --git a/README b/README index b14cc1f3..47765696 100644 --- a/README +++ b/README @@ -5,10 +5,15 @@ To setup pan.do/ra, you need python, bazaar, pip and virtualenv and several other python modules: * Packages + apt-get install python-software-properties + add-apt-repository ppa:j/pandora + apt-get update + apt-get install bzr git subversion mercurial \ python-setuptools python-pip python-virtualenv ipython \ python-dev python-imaging python-numpy python-psycopg2 \ - python-geoip + python-geoip postgresql rabbitmq-server + apt-get install oxframe oxtimeline * Pan.do/ra Get code from bazzar @@ -32,14 +37,6 @@ create / update static files ./manage.py compile_pyc -* Additional pandora tools: - You need current versions of oxframe, oxtimeline installed. - For Ubuntu we provide these packages in a ppa: - apt-get install python-software-properties - add-apt-repository ppa:j/pandora - apt-get update - apt-get install oxframe oxtimeline - * Database We use postgresql but other databases might also work (make sure you have the python bindings installed).