From 24c4236cdc2a4baae53c85d62fc9fdcc891eb776 Mon Sep 17 00:00:00 2001 From: qua-non Date: Wed, 30 Jan 2013 19:48:11 +0530 Subject: [PATCH] Doc: update installation-linux.rst --- .../installation/installation-linux.rst | 65 ++++++++++--------- 1 file changed, 33 insertions(+), 32 deletions(-) diff --git a/doc/sources/installation/installation-linux.rst b/doc/sources/installation/installation-linux.rst index 9052161d8..a1bae8038 100644 --- a/doc/sources/installation/installation-linux.rst +++ b/doc/sources/installation/installation-linux.rst @@ -6,15 +6,17 @@ Installation on Linux Using software packages ~~~~~~~~~~~~~~~~~~~~~~~ +For installing distribution relative packages .deb/.rpm/... + Ubuntu ------ #. Add one of the PPAs as you prefer -:stable builds: - $ sudo add-apt-repository ppa:kivy-team/kivy -:nightly builds: - $ sudo add-apt-repository ppa:kivy-team/kivy-daily + :stable builds: + $ sudo add-apt-repository ppa:kivy-team/kivy + :nightly builds: + $ sudo add-apt-repository ppa:kivy-team/kivy-daily 2. Update your packagelist with your package manager #. Install **python-kivy** and optionally the examples, found in **python-kivy-examples** @@ -26,22 +28,22 @@ Debian * Wheezy: -:stable builds: - deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu oneiric main -:nightly builds: - deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu oneiric main + :stable builds: + deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu oneiric main + :nightly builds: + deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu oneiric main * Sqeeze: -:stable builds: - deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu lucid main -:nightly builds: - deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu lucid main + :stable builds: + deb http://ppa.launchpad.net/kivy-team/kivy/ubuntu lucid main + :nightly builds: + deb http://ppa.launchpad.net/kivy-team/kivy-daily/ubuntu lucid main 2. Add the GPG key to your apt keyring by -:generally: - $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A863D2D6 + :generally: + $ sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys A863D2D6 3. Refresh your package list and install **python-kivy** and optionally the examples as found in **python-kivy-examples** @@ -50,14 +52,14 @@ OpenSuSE #. Installing via One-Click-Install -:Factory: - `One-Click-Install `_ -:12.2: - `One-Click-Install `_ -:12.1: - `One-Click-Install `_ -:Tumbleweed: - `One-Click-Install `_ + :Factory: + `Factory `_ + :12.2: + `12.2 `_ + :12.1: + `12.1 `_ + :Tumbleweed: + `Tumbleweed `_ 2. Use your preferred package-manager to install the examples, as found in **python-Kivy-examples** @@ -66,23 +68,22 @@ Fedora #. Adding the repository via terminal: -:Fedora 17: - $ sudo yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/thopiekar:/kivy/Fedora_17/home:thopiekar:kivy.repo + :Fedora 17: + $ sudo yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/thopiekar:/kivy/Fedora_17/home:thopiekar:kivy.repo -:Fedora 16: - $ sudo yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/thopiekar:/kivy/Fedora_16/home:thopiekar:kivy.repo + :Fedora 16: + $ sudo yum-config-manager --add-repo=http://download.opensuse.org/repositories/home:/thopiekar:/kivy/Fedora_16/home:thopiekar:kivy.repo 2. Use now your preferred package-manager to refresh your packagelists + #. Install **python-Kivy** and the examples, as found in **python-Kivy-examples** Using software bundles ( also known as tarballs ) -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +================================================= *Providing dependencies* ------------------------- - -======================== +~~~~~~~~~~~~~~~~~~~~~~~~ General ------- @@ -160,10 +161,10 @@ Mageia 1 onwards $ pip install pygments *Installation* --------------- - ============== + + If you're installing Kivy for the first time, do:: $ sudo easy_install kivy