Upgrade msgpack if already installed (#414)

This commit is contained in:
Charles-Axel Dein 2020-02-24 09:51:56 +01:00 committed by GitHub
parent 2849f5582a
commit 2bfc2d0566
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)