From 39117389e359b723eaa8d0168787f1b02b0a7e75 Mon Sep 17 00:00:00 2001 From: Anton Akhmerov <anton.akhmerov@gmail.com> Date: Fri, 6 Sep 2013 23:24:27 +0200 Subject: [PATCH] provide Ubuntu installation instructions --- INSTALL | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/INSTALL b/INSTALL index ca039d76..377029ae 100644 --- a/INSTALL +++ b/INSTALL @@ -15,6 +15,18 @@ libraries. Installing from packages ************************ +Ubuntu (and derivatives) +======================== + +Execute the following commands:: + + sudo apt-add-repository ppa:kwant-project/ppa + sudo apt-get update + sudo apt-get install python-kwant + +This should provide Kwant for all the versions of Ubuntu >= 12.04. + + Debian GNU/Linux (and derivatives) ================================== @@ -63,12 +75,6 @@ This method should work for virtually all Debian-derived systems, even for exotic architectures. -Ubuntu (and derivatives) -======================== - -TODO: Tell how to use the Ubuntu PPA. - - Windows ======= -- GitLab