doc/book/admin/setup.rst
branch3.27
changeset 12873 de90a96be6f0
parent 12861 1983923e51cc
child 12921 1adf23942954
equal deleted inserted replaced
12872:c91685a3c731 12873:de90a96be6f0
   121 extensions. If you really do not want to compile anything, installing `lxml <http://lxml.de/>`_,
   121 extensions. If you really do not want to compile anything, installing `lxml <http://lxml.de/>`_,
   122 and `libgecode <http://www.gecode.org/>`_ will help.
   122 and `libgecode <http://www.gecode.org/>`_ will help.
   123 
   123 
   124 For Debian, these minimal dependencies can be obtained by doing::
   124 For Debian, these minimal dependencies can be obtained by doing::
   125 
   125 
   126   apt-get install gcc python-pip python-dev python-lxml
   126   apt-get install gcc python3-pip python3-dev python3-lxml
   127 
   127 
   128 or, if you prefer to get as much as possible from pip::
   128 or, if you prefer to get as much as possible from pip::
   129 
   129 
   130   apt-get install gcc python-pip python-dev libxslt1-dev libxml2-dev
   130   apt-get install gcc python3-pip python3-dev libxslt1-dev libxml2-dev
   131 
   131 
   132 For Windows, you can install pre-built packages (possible `source
   132 For Windows, you can install pre-built packages (possible `source
   133 <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_). For a minimal setup, install:
   133 <http://www.lfd.uci.edu/~gohlke/pythonlibs/>`_). For a minimal setup, install:
   134 
   134 
   135 - pip http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
   135 - pip http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
   164 Make sure you also have all the :ref:`InstallDependencies`.
   164 Make sure you also have all the :ref:`InstallDependencies`.
   165 
   165 
   166 Once uncompressed, you can install the framework from inside the uncompressed
   166 Once uncompressed, you can install the framework from inside the uncompressed
   167 folder with::
   167 folder with::
   168 
   168 
   169   python setup.py install
   169   python3 setup.py install
   170 
   170 
   171 Or you can run |cubicweb| directly from the source directory by
   171 Or you can run |cubicweb| directly from the source directory by
   172 setting the :ref:`resource mode <RessourcesConfiguration>` to `user`. This will
   172 setting the :ref:`resource mode <RessourcesConfiguration>` to `user`. This will
   173 ease the development with the framework.
   173 ease the development with the framework.
   174 
   174