@@ -64,12 +64,12 @@ install matplotlib using pip_::
6464 python -m pip install matplotlib
6565
6666In case Python 2.7 or 3.4 are not installed for all users,
67- the Microsoft Visual C++ 2008 (
68- `64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=15336>`__
67+ the Microsoft Visual C++ 2008
68+ ( `64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=15336>`__
6969or
7070`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=29>`__
71- for Python 2.7) or Microsoft Visual C++ 2010 (
72- `64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
71+ for Python 2.7) or Microsoft Visual C++ 2010
72+ ( `64 bit <https://www.microsoft.com/en-us/download/details.aspx?id=14632>`__
7373or
7474`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
7575for Python 3.4) redistributable packages need to be installed.
@@ -134,13 +134,15 @@ latest git version :ref:`install-from-git`.
134134The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
135135This means you can set them if your toolchain is prefixed. This may be used for
136136cross compiling.
137+ ::
137138
138139 export CC=x86_64-pc-linux-gnu-gcc
139140 export CXX=x86_64-pc-linux-gnu-g++
140141 export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
141142
142143Once you have satisfied the requirements detailed below (mainly
143- python, numpy, libpng and freetype), you can build matplotlib::
144+ python, numpy, libpng and freetype), you can build matplotlib.
145+ ::
144146
145147 cd matplotlib
146148 python setup.py build
0 commit comments