mirror of
https://github.com/msgpack/msgpack-python.git
synced 2026-02-06 09:50:01 +00:00
readme: Fix markup
This commit is contained in:
parent
e601ef4c23
commit
8aadc5c380
1 changed files with 2 additions and 2 deletions
|
|
@ -36,10 +36,10 @@ When you can't use binary distribution, you need to install Visual Studio
|
|||
or Windows SDK on Windows.
|
||||
Without extension, using pure python implementation on CPython runs slowly.
|
||||
|
||||
For Python 2.7, [Microsoft Visual C++ Compiler for Python 2.7](https://www.microsoft.com/en-us/download/details.aspx?id=44266)
|
||||
For Python 2.7, `Microsoft Visual C++ Compiler for Python 2.7 <https://www.microsoft.com/en-us/download/details.aspx?id=44266>`_
|
||||
is recommended solution.
|
||||
|
||||
For Python 3.5, [Microsoft Visual Studio 2015](https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx)
|
||||
For Python 3.5, `Microsoft Visual Studio 2015 <https://www.visualstudio.com/en-us/products/vs-2015-product-editions.aspx>`_
|
||||
Community Edition or Express Edition can be used to build extension module.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue