Added:
/trunk/get_requirements.bat
Modified:
/trunk/pavement.py
=======================================
--- /dev/null
+++ /trunk/get_requirements.bat Mon Dec 5 08:01:40 2011
@@ -0,0 +1,4 @@
+pip install numpy
+pip install matplotlib
+pip install paver
+pip install sphinxcontrib-paverutils
=======================================
--- /trunk/pavement.py Tue Sep 7 22:58:11 2010
+++ /trunk/pavement.py Mon Dec 5 08:01:40 2011
@@ -88,6 +88,10 @@
endspec='}}}',
endoutput='{{{end}}}',
),
+
+ minilib=Bunch(
+ extra_files=['doctools']
+ ),
)
def run_script(input_file, script_name, interpreter='python'):