Merge pull request #497 from mcmasterathl/mcmaster/doc_476
doc(install) Warn about python updates when using cython
This commit is contained in:
@@ -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
|
||||
-------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user