summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2015-09-05 14:12:01 +0200
committermathieui <mathieui@mathieui.net>2015-09-05 14:12:01 +0200
commit706c39664b86e34254f3aab9b0d72f29a94a6b3f (patch)
tree9d280153d23cd25531e2242b80fe60146c41b205 /doc
parent788b0cc36bc2b7803c63b99c38251d01623130fb (diff)
downloadpoezio-706c39664b86e34254f3aab9b0d72f29a94a6b3f.tar.gz
poezio-706c39664b86e34254f3aab9b0d72f29a94a6b3f.tar.bz2
poezio-706c39664b86e34254f3aab9b0d72f29a94a6b3f.tar.xz
poezio-706c39664b86e34254f3aab9b0d72f29a94a6b3f.zip
Remove pygments from requirements.txt, and update doc
Normal users don’t need pygments, and cython is slow to build
Diffstat (limited to 'doc')
-rw-r--r--doc/source/install.rst7
1 files changed, 7 insertions, 0 deletions
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
@@ -146,6 +147,11 @@ poezio without a system-wide install, do, in the :file:`poezio` directory:
.. 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,
you can use the ``$POEZIO_VENV`` environment variable to set use
another path (the default is :file:`poezio-venv`).
@@ -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