Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
K
kwant
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Michael Wimmer
kwant
Commits
24c11bc2
Commit
24c11bc2
authored
11 years ago
by
Anton Akhmerov
Committed by
Christoph Groth
11 years ago
Browse files
Options
Downloads
Patches
Plain Diff
provide win and debian instructions for installation from packages
parent
72164d8f
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALL
+42
-0
42 additions, 0 deletions
INSTALL
with
42 additions
and
0 deletions
INSTALL
+
42
−
0
View file @
24c11bc2
...
...
@@ -15,6 +15,48 @@ libraries.
Installing from packages
************************
Debian/Ubuntu Linux
===================
You can install Kwant from the Debian repository. To do so you have to
1. Add the following lines to `/etc/apt/sources.list`::
deb http://kwant-project.org/debian/ stable main
deb-src http://kwant-project.org/debian/ stable main
2. (Optional) Add the PGP key used to sign the repositories by executing::
sudo apt-key adv --keyserver pgp.mit.edu --recv-key 980F3535
3. Update the package data, and install Kwant::
sudo apt-get update
sudo apt-get install python-kwant python-kwant-doc
The `python-kwant-doc` package is optional and contains the html
documentation for Kwant.
Windows
=======
There are multiple Python distributions for Windows, the following uses the
Kwant prerequisites provided by Christoph Gohlke. To install Kwant on Windows
you have to
1. Determine whether you have 32 bit or 64 bit Windows installation by
following instructions from http://support.microsoft.com/kb/827218
2. Download and install the appropriate version (32 bit or 64 bit) of Python
2.7.5 from http://www.python.org/download/
3. Download and install the latest available versions of `scipy-stack`,
`tinyarray`, and `kwant` from http://www.lfd.uci.edu/~gohlke/pythonlibs/
Once again you should select the 32 or 64 bit architecture that is
appropriate for your system You may receive a warning that says "The
publisher could not be verified. Do you want to run this software?". Select
"Run".
Mac OSX
=======
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment