diff docs/installation.rst @ 6754:b777b096d9a2 stable

setup: don't use setuptools 34 - it has indirect conflicts with the celery version supported on the stable branch (Issue #266) Setuptools==34 requires packaging>=16.8 which has an unconstrained requirement of pyparsing ... but actually it doesn't work with pyparsing==1.5.7 ... which is required by celery<2.3 ... which this version of Kallithea requires. Celery has been upgraded on the development branch but we don't want to do that on the stable branch.
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 14 May 2017 01:12:56 +0200
parents 250f8150c4bb
children 19af3fef3b34
line wrap: on
line diff
--- a/docs/installation.rst	Sun Jan 08 18:16:52 2017 +0100
+++ b/docs/installation.rst	Sun May 14 01:12:56 2017 +0200
@@ -39,7 +39,7 @@
         cd kallithea
         virtualenv ../kallithea-venv
         source ../kallithea-venv/bin/activate
-        pip install --upgrade pip setuptools
+        pip install --upgrade pip "setuptools<34"
         pip install -e .
         python2 setup.py compile_catalog   # for translation of the UI
 
@@ -69,7 +69,7 @@
   basic requirements are up-to-date by running::
 
     source /srv/kallithea/venv/bin/activate
-    pip install --upgrade pip setuptools
+    pip install --upgrade pip "setuptools<34"
 
 .. note:: You can't use UNIX ``sudo`` to source the ``virtualenv`` script; it
    will "activate" a shell that terminates immediately. It is also perfectly