equal
deleted
inserted
replaced
137 published on the `The Python Package Index`_. |
137 published on the `The Python Package Index`_. |
138 |
138 |
139 .. _`virtualenv`: http://virtualenv.openplans.org/ |
139 .. _`virtualenv`: http://virtualenv.openplans.org/ |
140 |
140 |
141 A working compilation chain is needed to build the modules that include C |
141 A working compilation chain is needed to build the modules that include C |
142 extensions. If you definitively wont, installing `Lxml <http://lxml.de/>`_, |
142 extensions. If you really do not want to compile anything, installing `Lxml <http://lxml.de/>`_, |
143 `Twisted Web <http://twistedmatrix.com/trac/wiki/Downloads/>`_ and `libgecode |
143 `Twisted Web <http://twistedmatrix.com/trac/wiki/Downloads/>`_ and `libgecode |
144 <http://www.gecode.org/>`_ will help. |
144 <http://www.gecode.org/>`_ will help. |
145 |
145 |
146 For Debian, these minimal dependencies can be obtained by doing:: |
146 For Debian, these minimal dependencies can be obtained by doing:: |
147 |
147 |
162 |
162 |
163 Finally, install |cubicweb| and its dependencies, by running:: |
163 Finally, install |cubicweb| and its dependencies, by running:: |
164 |
164 |
165 pip install cubicweb |
165 pip install cubicweb |
166 |
166 |
167 There is also a wide variety of :ref:`cubes <AvailableCubes>`. You can access a |
167 Many other :ref:`cubes <AvailableCubes>` are available. A list is available at |
168 list of available cubes on |
|
169 `PyPI <http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb&submit=search>`_ |
168 `PyPI <http://pypi.python.org/pypi?%3Aaction=search&term=cubicweb&submit=search>`_ |
170 or at the `CubicWeb.org forge`_. |
169 or at the `CubicWeb.org forge`_. |
171 |
170 |
172 For example, installing the *blog cube* is achieved by:: |
171 For example, installing the *blog cube* is achieved by:: |
173 |
172 |