|
From: <ds...@us...> - 2008-06-14 16:24:12
|
Revision: 5543
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=5543&view=rev
Author: dsdale
Date: 2008-06-14 09:24:07 -0700 (Sat, 14 Jun 2008)
Log Message:
-----------
installation faq updates
Modified Paths:
--------------
trunk/matplotlib/doc/faq/installing_faq.rst
Modified: trunk/matplotlib/doc/faq/installing_faq.rst
===================================================================
--- trunk/matplotlib/doc/faq/installing_faq.rst 2008-06-14 16:19:53 UTC (rev 5542)
+++ trunk/matplotlib/doc/faq/installing_faq.rst 2008-06-14 16:24:07 UTC (rev 5543)
@@ -44,14 +44,14 @@
How do I cleanly rebuild and reinstall everything?
==================================================
-1. Delete the caches from your :ref:`.matplotlib configuration directory
-<locating-matplotlib-config-dir>`.
+The steps depend on your platform and installation method.
-The next steps depend on your platform and installation method.
-
Easy Install
------------
+1. Delete the caches from your :ref:`.matplotlib configuration directory
+ <locating-matplotlib-config-dir>`.
+
2. Run::
easy_install -m PackageName
@@ -63,8 +63,11 @@
Windows installer
-----------------
+1. Delete the caches from your :ref:`.matplotlib configuration directory
+ <locating-matplotlib-config-dir>`.
+
2. Use :menuselection:`Start --> Control Panel` to start the :program:`Add and
-Remove Software` utility.
+ Remove Software` utility.
Source install
--------------
@@ -76,7 +79,11 @@
does not properly clean the build directory, and does nothing to the
install directory. To cleanly rebuild:
+1. Delete the caches from your :ref:`.matplotlib configuration directory
+ <locating-matplotlib-config-dir>`.
+
2. Delete the ``build`` directory in the source tree
+
3. Delete any matplotlib directories or eggs from your `installation directory
<locating-matplotlib-install>`
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|