Kwant can be installed either using prepared packages (Debian, Ubuntu, and Arch variants of GNU/Linux, Mac OS X, Microsoft Windows), or it can be built and installed from source.
Kwant can be installed either using prepared packages (Debian, Ubuntu, and Arch
variants of GNU/Linux, Mac OS X, Microsoft Windows), or it can be built and
installed from source.
In general, installation from packages is advisable, especially for novice
In general, installation from packages is advisable, especially for novice
users. Expert users may find it helpful to build Kwant from source, as this
users. Expert users may find it helpful to build Kwant from source, as this
...
@@ -246,7 +248,8 @@ provided by Christoph Gohlke. To install Kwant on Windows
...
@@ -246,7 +248,8 @@ provided by Christoph Gohlke. To install Kwant on Windows
<http://www.python.org/download/>`_.
<http://www.python.org/download/>`_.
3. Open a command prompt, as described in "How do I get a command prompt" at
3. Open a command prompt, as described in "How do I get a command prompt" at
the `Microsoft Windows website <http://windows.microsoft.com/en-us/windows/command-prompt-faq>`_.
@@ -262,11 +265,18 @@ provided by Christoph Gohlke. To install Kwant on Windows
...
@@ -262,11 +265,18 @@ provided by Christoph Gohlke. To install Kwant on Windows
6. Download the necessary packages (with the ending ``.whl``) for your
6. Download the necessary packages (with the ending ``.whl``) for your
operating system (32 or 64 bit) and Python version (e.g. ``cp27`` for Python
operating system (32 or 64 bit) and Python version (e.g. ``cp27`` for Python
2.7) from the `website of Christoph Gohlke
2.7) from the `website of Christoph Gohlke
<http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_. For Kwant, we recommend to download at least `NumPy <http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy>`__, `SciPy <http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy>`__, `Matplotlib <http://www.lfd.uci.edu/~gohlke/pythonlibs/#matplotlib>`__, `Nose <http://www.lfd.uci.edu/~gohlke/pythonlibs/#nose>`__, `Tinyarray <http://www.lfd.uci.edu/~gohlke/pythonlibs/#tinyarray>`__, and `Kwant <http://www.lfd.uci.edu/~gohlke/pythonlibs/#kwant>`__ itself.
<http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_. For Kwant, we recommend to
download at least `NumPy
7. Now open a command prompt with administrator rights, as described in