Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
website
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
kwant
website
Commits
25965306
Commit
25965306
authored
6 years ago
by
Joseph Weston
Browse files
Options
Downloads
Patches
Plain Diff
replace 'jessie' with 'stretch' in Debian install instructions
parent
92ff87b6
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Pipeline
#11676
passed
6 years ago
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
content/install.rst
+6
-6
6 additions, 6 deletions
content/install.rst
with
6 additions
and
6 deletions
content/install.rst
+
6
−
6
View file @
25965306
...
...
@@ -64,15 +64,15 @@ packages we provide. We target Debian "stable" and Debian "testing", but our
packages may also work on many other recent Debian-derived distributions as
well.
The following instructions will install Kwant on Debian stable "
jessie
".
The following instructions will install Kwant on Debian stable "
stretch
".
They need to be executed as root.
(To install on Debian testing "
stretch
", repace "
jessie
-backports" with "testing".)
(To install on Debian testing "
buster
", repace "
stretch
-backports" with "testing".)
1. Add the following lines to ``/etc/apt/sources.list``::
deb http://ftp.debian.org/debian
jessie
-backports main
deb http://downloads.kwant-project.org/debian/
jessie
-backports main
deb-src http://downloads.kwant-project.org/debian/
jessie
-backports main
deb http://ftp.debian.org/debian
stretch
-backports main
deb http://downloads.kwant-project.org/debian/
stretch
-backports main
deb-src http://downloads.kwant-project.org/debian/
stretch
-backports main
2. (Optional) Add the OpenPGP key used to sign the repositories by executing::
...
...
@@ -84,7 +84,7 @@ They need to be executed as root.
3. Update the package data, and install Kwant::
apt-get update
apt-get -t
jessie
-backports install python3-kwant python-kwant-doc
apt-get -t
stretch
-backports install python3-kwant python-kwant-doc
The ``python-kwant-doc`` package is optional and installs the HTML
documentation of Kwant in the directory ``/usr/share/doc/python-kwant-doc``.
...
...
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