diff --git a/INSTALL.rst b/INSTALL.rst
index 1b0a494f0927f1f781fb7bfa653caf02e24fb036..a64f274a674646d7f30ee4af35d5217bdbfd3e1b 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -246,7 +246,7 @@ below.
        python setup.py build
        sudo python setup.py install
 
-p5. Unpack Kwant, go to the Kwant directory, and edit ``build.conf`` to read::
+4. Unpack Kwant, go to the Kwant directory, and edit ``build.conf`` to read::
 
        [lapack]
        extra_link_args = -Wl,-framework -Wl,Accelerate
@@ -255,7 +255,7 @@ p5. Unpack Kwant, go to the Kwant directory, and edit ``build.conf`` to read::
        library_dirs = /opt/local/lib
        libraries = zmumps_seq mumps_common_seq pord_seq esmumps scotch scotcherr mpiseq gfortran
 
-6. Then, build and install Kwant. ::
+5. Then, build and install Kwant. ::
 
        CC=gcc-mp-4.7 LDSHARED='gcc-mp-4.7 -shared -undefined dynamic_lookup' python setup.py build
        sudo python setup.py install