Skip to content

Commit 88ffe1f

Browse files
committed
Add info about installing from source using Pip. Closes #646.
1 parent 848a677 commit 88ffe1f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.txt

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ for all these packages are available here:
1313

1414
<http://pythonmac.org/packages/py25-fat/index.html>.
1515

16+
*** Setup from source using Pip ***
17+
18+
::
19+
20+
pip install -e https://github.com/matplotlib/matplotlib.git#egg=Package
21+
1622
*** Back Ends ***
1723

1824
You may use TkAgg or WXAgg back ends; Qt and GTK support is not
@@ -43,4 +49,3 @@ interactive : False # see http://matplotlib.sourceforge.net/interactive.html
4349

4450
See also
4551
<http://matplotlib.sourceforge.net/users/customizing.html>
46-

0 commit comments

Comments
 (0)