@@ -64,12 +64,12 @@ install matplotlib using pip_::
64
64
python -m pip install matplotlib
65
65
66
66
In 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>`__
69
69
or
70
70
`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>`__
73
73
or
74
74
`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
75
75
for Python 3.4) redistributable packages need to be installed.
@@ -134,13 +134,15 @@ latest git version :ref:`install-from-git`.
134
134
The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
135
135
This means you can set them if your toolchain is prefixed. This may be used for
136
136
cross compiling.
137
+ ::
137
138
138
139
export CC=x86_64-pc-linux-gnu-gcc
139
140
export CXX=x86_64-pc-linux-gnu-g++
140
141
export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
141
142
142
143
Once 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
+ ::
144
146
145
147
cd matplotlib
146
148
python setup.py build
0 commit comments