From 551f2ccb3667080cfa0d07ed3aa97b02e3ddc4de Mon Sep 17 00:00:00 2001 From: Sergey B Kirpichev Date: Fri, 13 Oct 2023 05:05:59 +0300 Subject: [PATCH] Remove obsoleted note on upgrade --- docs/setup.rst | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/setup.rst b/docs/setup.rst index d841de9b..b4a8b871 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -74,11 +74,6 @@ Python interpreter and do the following:: >>> print(2*pi) 6.2831853071795864769252867665590057683943387987502 -.. note:: - - If you have are upgrading mpmath from an earlier version, you may have to - manually uninstall the old version or remove the old files. - Using gmpy (optional) ---------------------