diff --git a/docs/source/whatsnew/version7.rst b/docs/source/whatsnew/version7.rst index 286c605..a26054b 100644 --- a/docs/source/whatsnew/version7.rst +++ b/docs/source/whatsnew/version7.rst @@ -33,6 +33,15 @@ Make sure you have pip > 9.0 before upgrading. You should be able to update by s pip install ipython --upgrade +.. only:: ipydev + + To update the beta version, run + + .. code:: + + pip install ipython --upgrade --pre + + Or if you have conda installed: .. code::