# HG changeset patch # User Arthur Lutz # Date 1580485944 -3600 # Node ID 1983923e51cc2fea575b9a3699a686adab347ada # Parent b09a3adb37be39cf28571cdd517702bb5685d44a [doc/book/admin/setup] forget about easy_install diff -r b09a3adb37be -r 1983923e51cc 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 `. You can access a -list of available cubes on `PyPI -`_ -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 ` 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