summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorCharles-Axel Dein <charlesaxel.dein@gmail.com>2020-02-24 09:51:56 +0100
committerGitHub <noreply@github.com>2020-02-24 17:51:56 +0900
commit2bfc2d0566e24594460078680ad3bd0dc71892ad (patch)
treee104043664ce302b2e4d94901879f300cb59463b /README.md
parent2849f5582ab154ade7fcd8c23109b1c7bd8d1530 (diff)
downloadmsgpack-python-2bfc2d0566e24594460078680ad3bd0dc71892ad.tar.gz
Upgrade msgpack if already installed (#414)
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 78bc0cf..921f7f8 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ This package provides CPython bindings for reading and writing MessagePack data.
### PyPI package name
TL;DR: When upgrading from msgpack-0.4 or earlier, don't do `pip install -U msgpack-python`.
-Do `pip uninstall msgpack-python; pip install msgpack` instead.
+Do `pip uninstall msgpack-python; pip install -U msgpack` instead.
Package name on PyPI was changed to msgpack from 0.5.
I upload transitional package (msgpack-python 0.5 which depending on msgpack)