Skip to content

Commit b2425ea

Browse files
committed
Update README.markdown
Added new dependencies
1 parent 26f8ce8 commit b2425ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.markdown

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ Dependencies
4747
-------
4848
[numpy](http://numpy.scipy.org/) (required)
4949
[scipy](http://www.scipy.org/) (required)
50-
[sympycore](http://code.google.com/p/sympycore/) (comes supplied with pymaclab)
50+
[sympycore](http://code.google.com/p/sympycore/) (comes supplied with pymaclab)
51+
[mako](http://www.makotemplates.org/) (optional - but necessary for dynare++ translator)
5152
[pp](http://www.parallelpython.com/) (optional - but highly recommended for speed)
5253
[ipython](http://ipython.org/) (optional)
5354
[mlabwrap](http://mlabwrap.sourceforge.net/) (optional)
54-
[scikits.timeseries](http://pytseries.sourceforge.net/) (optional)
55+
[scikits.timeseries](http://pytseries.sourceforge.net/) (optional)
56+
[dynare++](http://www.dynare.org/documentation-and-support/dynarepp) (optional - but necessary for dynare++ solution)
5557

5658
While numpy, scipy, and sympycore are absolutely necessary to run PyMacLab, Parallel Python (PP)
5759
can autodetect multi-core processors and can potentially speed up the computation of elements such as the analytical

0 commit comments

Comments
 (0)