Skip to content

Commit 2c6ed07

Browse files
committed
Add a block in 'installing' docs.
1 parent cce57fe commit 2c6ed07

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

INSTALL

+7-5
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ install matplotlib using pip_::
6464
python -m pip install matplotlib
6565

6666
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>`__
6969
or
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>`__
7373
or
7474
`32 bit <https://www.microsoft.com/en-us/download/details.aspx?id=5555>`__
7575
for Python 3.4) redistributable packages need to be installed.
@@ -134,13 +134,15 @@ latest git version :ref:`install-from-git`.
134134
The standard environment variables `CC`, `CXX`, `PKG_CONFIG` are respected.
135135
This means you can set them if your toolchain is prefixed. This may be used for
136136
cross 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

142143
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+
::
144146

145147
cd matplotlib
146148
python setup.py build

0 commit comments

Comments
 (0)