diff options
| author | INADA Naoki <songofacandy@gmail.com> | 2015-11-09 00:50:07 +0900 |
|---|---|---|
| committer | INADA Naoki <songofacandy@gmail.com> | 2015-11-09 00:50:07 +0900 |
| commit | 8aadc5c380d0d135273729333ace91d3f689702d (patch) | |
| tree | dad48703c3dacdb0d2b3dfcd480eba2e66d0d3d6 | |
| parent | e601ef4c23c6bfa64f86dcb91d28f370e77b17bc (diff) | |
| download | msgpack-python-8aadc5c380d0d135273729333ace91d3f689702d.tar.gz | |
readme: Fix markup
| -rw-r--r-- | README.rst | 4 |
1 files changed, 2 insertions, 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. |
