Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
cubicweb
cubicweb
Commits
1983923e51cc
Commit
f4bb164b
authored
Jan 31, 2020
by
Arthur Lutz
Browse files
[doc/book/admin/setup] forget about easy_install
--HG-- branch : 3.27
parent
b09a3adb37be
Changes
1
Hide whitespace changes
Inline
Side-by-side
doc/book/admin/setup.rst
View file @
1983923e
...
@@ -19,7 +19,6 @@ your system:
...
@@ -19,7 +19,6 @@ your system:
- `Installation on Debian/Ubuntu`_
- `Installation on Debian/Ubuntu`_
- `Installation in a virtualenv`_
- `Installation in a virtualenv`_
- `Installation with pip`_
- `Installation with pip`_
- `Installation with easy_install`_
- `Installation from tarball`_
- `Installation from tarball`_
If you are a power-user and need the very latest features, you will
If you are a power-user and need the very latest features, you will
...
@@ -32,7 +31,6 @@ and advanced features of |cubicweb|.
...
@@ -32,7 +31,6 @@ and advanced features of |cubicweb|.
.. _`Installation on Debian/Ubuntu`: DebianInstallation_
.. _`Installation on Debian/Ubuntu`: DebianInstallation_
.. _`Installation in a virtualenv`: VirtualenvInstallation_
.. _`Installation in a virtualenv`: VirtualenvInstallation_
.. _`Installation with pip`: PipInstallation_
.. _`Installation with pip`: PipInstallation_
.. _`Installation with easy_install`: EasyInstallInstallation_
.. _`Installation from tarball`: TarballInstallation_
.. _`Installation from tarball`: TarballInstallation_
.. _`Install from version control`: MercurialInstallation_
.. _`Install from version control`: MercurialInstallation_
...
@@ -153,41 +151,6 @@ For example, installing the *blog cube* is achieved by::
...
@@ -153,41 +151,6 @@ For example, installing the *blog cube* is achieved by::
pip install cubicweb-blog
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:
.. _SourceInstallation:
Install from source
Install from source
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment