summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwim glenn <wim.glenn@gmail.com>2023-03-27 23:02:57 -0500
committerGitHub <noreply@github.com>2023-03-27 23:02:57 -0500
commit278c19552cacd79fceb748d34467971378bea1af (patch)
tree1fa03a8ecc38c1f76af8e2742de952bb9090ffbd
parent82de567945da113b50c7746e7672230a6a4d59a0 (diff)
downloadurllib3-278c19552cacd79fceb748d34467971378bea1af.tar.gz
Change the pip install for urllib3 2.0 to a working example
-rw-r--r--docs/v2-migration-guide.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/v2-migration-guide.rst b/docs/v2-migration-guide.rst
index d1d144a0..24263dc5 100644
--- a/docs/v2-migration-guide.rst
+++ b/docs/v2-migration-guide.rst
@@ -89,7 +89,7 @@ Next you should try installing urllib3 v2.0 locally and run your test suite.
.. code-block:: bash
- $ python -m pip install -U --pre 'urllib3>2'
+ $ python -m pip install -U --pre 'urllib3>=2.0.0a1'
Because there are many ``DeprecationWarnings`` you should ensure that you're