From 706c39664b86e34254f3aab9b0d72f29a94a6b3f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sat, 5 Sep 2015 14:12:01 +0200 Subject: Remove pygments from requirements.txt, and update doc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Normal users don’t need pygments, and cython is slow to build --- doc/source/install.rst | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc') diff --git a/doc/source/install.rst b/doc/source/install.rst index c9fac6c7..6672f4aa 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -69,6 +69,7 @@ Poezio depends on two libraries: - aiodns_ - slixmpp_ +- slixmpp can make use of cython_ to compile performance-critical modules and be faster .. versionchanged:: 0.9 @@ -144,6 +145,11 @@ poezio without a system-wide install, do, in the :file:`poezio` directory: ./update.sh +.. note:: + + You should probably install cython (for python3) on your system using your + package manager, since the installation from pypi takes a long time. + .. note:: If you want to use a custom directory for the virtualenv used by poezio, @@ -191,4 +197,5 @@ If you did, it should be in the ``$PATH`` as ``poezio``, so run: .. _up-to-date package: https://apps.fedoraproject.org/packages/poezio .. _pypi: https://pypi.python.org/pypi/poezio .. _development builds: http://dédié.jeproteste.info/poezio_debian/ +.. _cython: http://cython.org -- cgit v1.2.3