[doc/book/admin/setup] forget about easy_install 3.27
authorArthur Lutz <arthur.lutz@logilab.fr>
Fri, 31 Jan 2020 16:52:24 +0100
branch3.27
changeset 12861 1983923e51cc
parent 12860 b09a3adb37be
child 12862 87b00a0cc64d
[doc/book/admin/setup] forget about easy_install
doc/book/admin/setup.rst
--- a/doc/book/admin/setup.rst	Fri Jan 31 16:51:48 2020 +0100
+++ b/doc/book/admin/setup.rst	Fri Jan 31 16:52:24 2020 +0100
@@ -19,7 +19,6 @@
 - `Installation on Debian/Ubuntu`_
 - `Installation in a virtualenv`_
 - `Installation with pip`_
-- `Installation with easy_install`_
 - `Installation from tarball`_
 
 If you are a power-user and need the very latest features, you will
@@ -32,7 +31,6 @@
 .. _`Installation on Debian/Ubuntu`: DebianInstallation_
 .. _`Installation in a virtualenv`: VirtualenvInstallation_
 .. _`Installation with pip`: PipInstallation_
-.. _`Installation with easy_install`: EasyInstallInstallation_
 .. _`Installation from tarball`: TarballInstallation_
 .. _`Install from version control`: MercurialInstallation_
 
@@ -153,41 +151,6 @@
 
   pip install cubicweb-blog
 
-.. _EasyInstallInstallation:
-
-`easy_install` install
-----------------------
-
-.. note::
-
-   If you are not a Windows user and you have a compilation environment, we
-   recommend you to use the PipInstallation_.
-
-`easy_install`_ is a python utility that helps downloading, installing, and
-managing python packages and their dependencies.
-
-Install |cubicweb| and its dependencies, run::
-
-  easy_install cubicweb
-
-There is also a wide variety of :ref:`cubes <AvailableCubes>`. You can access a
-list of available cubes on `PyPI
-<http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb&submit=search>`_
-or at the `CubicWeb.org Forge`_.
-
-For example, installing the *blog cube* is achieved by::
-
-  easy_install cubicweb-blog
-
-.. note::
-
-  If you encounter problem with :ref:`cubes <AvailableCubes>` installation,
-  consider using :ref:`PipInstallation` which is more stable
-  but can not installed pre-compiled binaries.
-
-.. _`easy_install`: http://packages.python.org/distribute/easy_install.html
-
-
 .. _SourceInstallation:
 
 Install from source