Merge pull request #497 from mcmasterathl/mcmaster/doc_476

doc(install) Warn about python updates when using cython
This commit is contained in:
Kurt Griffiths
2015-04-15 11:20:03 -04:00

View File

@@ -21,6 +21,16 @@ type:
$ pip install --upgrade falcon
.. note::
When using Cython, you should always recompile Falcon after
upgrading Python. To do this, simply run:
.. code:: bash
$ pip install --force-reinstall --upgrade cython
$ pip install --force-reinstall --upgrade falcon
Installing Cython on OS X
-------------------------