mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 01:45:06 +00:00
Upgrade msgpack if already installed (#414)
This commit is contained in:
parent
2849f5582a
commit
2bfc2d0566
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue