@@ -49,10 +49,10 @@ Dependencies
49
49
[ scipy] ( http://www.scipy.org/ ) (required)
50
50
[ sympycore] ( http://code.google.com/p/sympycore/ ) (comes supplied with pymaclab)
51
51
[ mako] ( http://www.makotemplates.org/ ) (optional - but necessary for dynare++ translator)
52
+ [ wheezy.template] ( http://pypi.python.org/pypi/wheezy.template/0.1.132 ) (required)
52
53
[ pp] ( http://www.parallelpython.com/ ) (optional - but highly recommended for speed)
53
- [ ipython] ( http://ipython.org/ ) (optional)
54
- [ mlabwrap] ( http://mlabwrap.sourceforge.net/ ) (optional)
55
- [ scikits.timeseries] ( http://pytseries.sourceforge.net/ ) (optional)
54
+ [ ipython] ( http://ipython.org/ ) (optional)
55
+ [ pandas] ( http://pandas.pydata.org/ ) (required)
56
56
[ dynare++] ( http://www.dynare.org/documentation-and-support/dynarepp ) (optional - but necessary for dynare++ solution)
57
57
58
58
While numpy, scipy, and sympycore are absolutely necessary to run PyMacLab, Parallel Python (PP)
@@ -101,6 +101,6 @@ rbc2.modsolvers.pyklein2d.sim(1000)
101
101
# If dynare++ is installed and in your PATH, then you can solve
102
102
# the model alternatively using dynare++ in the background and all
103
103
# relevant solution attributes get attached to the DSGE model instance
104
- rbc1.mk_dynare (order = 1 ,centralize = False )
105
- rbc1.modsolvers.dynare. PP
104
+ rbc1.modsolvers.dynarepp.solve (order = 1 ,centralize = False )
105
+ rbc1.modsolvers.dynarepp.P
106
106
```
0 commit comments