diff -r cf445c8e4b03 -r 927a795bb380 doc/book/en/admin/setup.rst --- a/doc/book/en/admin/setup.rst Thu Aug 28 18:46:41 2014 +0200 +++ b/doc/book/en/admin/setup.rst Thu Aug 28 18:52:41 2014 +0200 @@ -139,7 +139,7 @@ .. _`virtualenv`: http://virtualenv.openplans.org/ A working compilation chain is needed to build the modules that include C -extensions. If you really do not want to compile anything, installing `Lxml `_, +extensions. If you really do not want to compile anything, installing `lxml `_, `Twisted Web `_ and `libgecode `_ will help. @@ -152,13 +152,15 @@ apt-get install gcc python-pip python-dev libxslt1-dev libxml2-dev For Windows, you can install pre-built packages (possible `source -`_). For a minimal setup, install -`pip `_, `setuptools -`_, `libxml-python -`_, `lxml -`_ and `twisted -`_ from this source making -sure to choose the correct architecture and version of Python. +`_). For a minimal setup, install: + +- pip http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip +- setuptools http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools +- libxml-python http://www.lfd.uci.edu/~gohlke/pythonlibs/#libxml-python> +- lxml http://www.lfd.uci.edu/~gohlke/pythonlibs/#lxml and +- twisted http://www.lfd.uci.edu/~gohlke/pythonlibs/#twisted + +Make sure to choose the correct architecture and version of Python. Finally, install |cubicweb| and its dependencies, by running::