Skip to content
Snippets Groups Projects
Commit 65d9583a authored by Christoph Groth's avatar Christoph Groth
Browse files

documentation: correct numbering of a list

parent 53a12b13
Branches stable_py2
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ below.
python setup.py build
sudo python setup.py install
5. 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
......@@ -202,7 +202,7 @@ below.
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment