Skip to content

Commit

Permalink
Merge 70c6f1d into 9dc3d87
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm committed Apr 14, 2015
2 parents 9dc3d87 + 70c6f1d commit 748f211
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------------

Expand Down

0 comments on commit 748f211

Please sign in to comment.