diff options
| author | wim glenn <wim.glenn@gmail.com> | 2023-03-27 23:02:57 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-27 23:02:57 -0500 |
| commit | 278c19552cacd79fceb748d34467971378bea1af (patch) | |
| tree | 1fa03a8ecc38c1f76af8e2742de952bb9090ffbd | |
| parent | 82de567945da113b50c7746e7672230a6a4d59a0 (diff) | |
| download | urllib3-278c19552cacd79fceb748d34467971378bea1af.tar.gz | |
Change the pip install for urllib3 2.0 to a working example
| -rw-r--r-- | docs/v2-migration-guide.rst | 2 |
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 |
