InstallationΒΆ

You can now get the package from PyPI:

$ pip install pydlm

You can also get the latest from github:

$ git clone git@github.com:wwrechard/pydlm.git pydlm
$ cd pydlm
$ sudo python setup.py install

pydlm depends on the following modules,

  • numpy (for core functionality)
  • matplotlib (for plotting results)
  • Sphinx (for generating documentation)
  • unittest (for tests)