Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f723414

Browse files
committed
installation faq updates
svn path=/trunk/matplotlib/; revision=5543
1 parent 81544c9 commit f723414

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

doc/faq/installing_faq.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ If you are still having trouble, see :ref:`reporting-problems`.
4444
How do I cleanly rebuild and reinstall everything?
4545
==================================================
4646

47-
1. Delete the caches from your :ref:`.matplotlib configuration directory
48-
<locating-matplotlib-config-dir>`.
49-
50-
The next steps depend on your platform and installation method.
47+
The steps depend on your platform and installation method.
5148

5249
Easy Install
5350
------------
5451

52+
1. Delete the caches from your :ref:`.matplotlib configuration directory
53+
<locating-matplotlib-config-dir>`.
54+
5555
2. Run::
5656

5757
easy_install -m PackageName
@@ -63,8 +63,11 @@ Easy Install
6363
Windows installer
6464
-----------------
6565

66+
1. Delete the caches from your :ref:`.matplotlib configuration directory
67+
<locating-matplotlib-config-dir>`.
68+
6669
2. Use :menuselection:`Start --> Control Panel` to start the :program:`Add and
67-
Remove Software` utility.
70+
Remove Software` utility.
6871

6972
Source install
7073
--------------
@@ -76,7 +79,11 @@ Unfortunately::
7679
does not properly clean the build directory, and does nothing to the
7780
install directory. To cleanly rebuild:
7881

82+
1. Delete the caches from your :ref:`.matplotlib configuration directory
83+
<locating-matplotlib-config-dir>`.
84+
7985
2. Delete the ``build`` directory in the source tree
86+
8087
3. Delete any matplotlib directories or eggs from your `installation directory
8188
<locating-matplotlib-install>`
8289

0 commit comments

Comments
 (0)