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
^^^^^^
--
1.7.9.2
I just put it before Debian, so that Debian and Ubuntu instructions are together.
r.