lsmatott / ostrich-swmm

A toolset for connecting the OSTRICH optimization software toolkit with the SWMM simulation model.
GNU General Public License v2.0
29 stars 19 forks source link

Added changelog and development dependency GitHub Changelog Generator #5

Closed tyearke closed 7 years ago

tyearke commented 7 years ago

This pull request adds a changelog and Ruby-based development dependency GitHub Changelog Generator. To install this dependency, run the shell commands below in the root directory of this repository.

# Install Bundler (if not already installed)
gem install bundler

# Install project's Ruby dependencies
bundle install