Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed94f8e commit df7802dCopy full SHA for df7802d
1 file changed
release/win32/README.txt
@@ -40,14 +40,20 @@ How to build
40
* First fetch all the dependencies::
41
42
make fetch_deps
43
-
+
44
* build the dependencies::
45
46
make dependencies
47
48
-* copy over the latest mpl *.tar.gz tarball to this directory, update
49
- the MPLVERSION in the Makefile::
50
+* copy over the latest mpl *.tar.gz tarball to this directory. You
+ can create the source distribution file with ::
51
+ > /c/Python26/python sdist --formats=gztar
52
53
+ and then copy the dist/matplotlib.VERSION.tar.gz file into the
54
+ directory alongside the Makefile. Update the MPLVERSION in the
55
+ Makefile::
56
57
* build the wininst binary and egg::
58
59
make installers
0 commit comments