Thanks, it's in! I just put it before Debian, so that Debian and Ubuntu instructions are together. r. On 03/05/2012 12:26 AM, Andre Smit wrote:
--- doc/installation.rst | 14 ++++++++++++++ 1 file changed, 14 insertions(+)
diff --git a/doc/installation.rst b/doc/installation.rst index 45db2bb..55c0f4f 100644 --- a/doc/installation.rst +++ b/doc/installation.rst @@ -119,6 +119,20 @@ Debian
apt-get install python-tables python-pyparsing python-matplotlib python-scipy
+Archlinux +^^^^^^^^^ + +:: + + pacman -S python2-numpy python2-scipy python2-matplotlib ipython2 python2-sympy + yaourt -S python-pytables python2-mayavi + +Instructions +"""""""""""" + +Edit Makefile and change all references from python to python2. +Edit scripts and change shebangs to point to python2. + Ubuntu ^^^^^^