@@ -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.
@@ -133,13 +133,15 @@ latest git version :ref:`install-from-git`.
133
133
The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
134
134
This means you can set them if your toolchain is prefixed. This may be used for
135
135
cross compiling.
136
+ ::
136
137
137
138
export CC=x86_64-pc-linux-gnu-gcc
138
139
export CXX=x86_64-pc-linux-gnu-g++
139
140
export PKG_CONFIG=x86_64-pc-linux-gnu-pkg-config
140
141
141
142
Once you have satisfied the requirements detailed below (mainly
142
- python, numpy, libpng and freetype), you can build matplotlib::
143
+ python, numpy, libpng and freetype), you can build matplotlib.
144
+ ::
143
145
144
146
cd matplotlib
145
147
python setup.py build
0 commit comments