From aa3151a5e83e301af150e04647be42bca0a643ef Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Wed, 11 May 2022 22:58:47 +0200 Subject: [PATCH] install: Remove section on installing from ZIPs I don't see any reason to use ZIPs instead of pip anymore. --- use/install.rst | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/use/install.rst b/use/install.rst index 34f42c5..14e89fe 100644 --- a/use/install.rst +++ b/use/install.rst @@ -83,9 +83,6 @@ Install Limnoria In the next section of this guide we will use `pip`_, which is a generic way of installing Python software. -There are some :ref:`alternative install methods ` -at the bottom of this guide, if you don't want to use ``pip``. - .. _pip: https://pip.readthedocs.org/en/latest/installing.html#install-pip Global installation (with root access) @@ -170,19 +167,3 @@ And watch the magic! For a tutorial on using and managing the bot from here on, see the `Supybook`_. .. _Supybook: https://hoxu.github.io/supybook/ - - - - -.. _alternative-install: - -Alternative install methods -*************************** - -If you know what you are doing and you don't want to use pip, you -can click the "Download ZIP" button at the `Limnoria repository`_. Then, -extract the zipball to some temporary directory, and ``cd`` to the -``Limnoria-master`` directory which contains the extracted code. - -.. _Limnoria repository: https://github.com/progval/Limnoria -.. _git: https://git-scm.com/