From 9840d322d0fb3d3d0619f3e11fb764c6bd7d4f60 Mon Sep 17 00:00:00 2001 From: Adam Holmberg Date: Wed, 19 Aug 2015 16:24:05 -0500 Subject: [PATCH] doc: Cython built regardless of virtualenv; add xref to installation --- docs/performance.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/docs/performance.rst b/docs/performance.rst index cf11e737..f7a3f49e 100644 --- a/docs/performance.rst +++ b/docs/performance.rst @@ -26,12 +26,9 @@ more than doubling throughput for many workloads. Cython Extensions ----------------- `Cython `_ is an optimizing compiler and language that can be used to compile the core files and -optional extensions for the driver. Cython is not a strict dependency, but the extensions will be built by default -if cython is present in the python path. To include Cython as a requirement, invoke with the extra name ``cython``: +optional extensions for the driver. Cython is not a strict dependency, but the extensions will be built by default. -.. code-block:: bash - - $ pip install cassandra-driver[cython] +See :doc:`installation` for details on controlling this build. multiprocessing ---------------