From 1ed97831b40ff4f1457de3281a580e4fcee2d0d9 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Sat, 14 Feb 2015 15:02:30 +0200 Subject: [PATCH] install.rst: be more clear * bold the word alternative that people seem to be missing * link to Limnoria's README.md for information what to do after cloning the repository if someone clones it. --- use/install.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/use/install.rst b/use/install.rst index 6b6b690..cabdce4 100644 --- a/use/install.rst +++ b/use/install.rst @@ -60,11 +60,11 @@ Install Limnoria In the next section of this guide we will use `pip`_, which is a generic way of installing Python software -However, you can use any of these alternatives: +However, you can use any of these **alternatives**: * Download a .deb or .rpm package at `ProgVal's build repo`_. -* Use `git`_ to clone the `Limnoria repository`_ and run - ``python setup.py install`` or ``python setup.py install --user``. +* Use `git`_ to clone the `Limnoria repository`_ and follow the + instructions in `Limnoria's README.md`_. * Click the "Downloads" button at the `Limnoria repository`_. Then, extract the zipball to some temporary directory, and ``cd`` into the ``supybot`` directory which contains the extracted code. @@ -79,6 +79,7 @@ the beginning of global installation commands. .. _pip: http://pip.readthedocs.org/en/latest/installing.html#install-pip .. _git: http://git-scm.com/ .. _msysgit: https://msysgit.github.io/ +.. _Limnoria's README.md: https://github.com/ProgVal/Limnoria/blob/testing/README.md#installing-from-cloned-repo Global installation ^^^^^^^^^^^^^^^^^^^