Skip to content

Commit 6eb2501

Browse files
committed
Update README.markdown
made some changes to README.markdown
1 parent a0118c3 commit 6eb2501

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ Dependencies
4949
[scipy](http://www.scipy.org/) (required)
5050
[sympycore](http://code.google.com/p/sympycore/) (comes supplied with pymaclab)
5151
[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)
5253
[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)
5656
[dynare++](http://www.dynare.org/documentation-and-support/dynarepp) (optional - but necessary for dynare++ solution)
5757

5858
While numpy, scipy, and sympycore are absolutely necessary to run PyMacLab, Parallel Python (PP)
@@ -101,6 +101,6 @@ rbc2.modsolvers.pyklein2d.sim(1000)
101101
# If dynare++ is installed and in your PATH, then you can solve
102102
# the model alternatively using dynare++ in the background and all
103103
# 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
106106
```

0 commit comments

Comments
 (0)