Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 728 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 728 Bytes

Maritime Update Manager (MUM)

Prerequisites

Install

Install python requirements

pipenv install

Configure the updaters

cp config.sample.toml /path/to/config.toml

Edit the configuration file as needed.

Running MUM

In the virtual environment, run the mum_update command with the config file.

pipenv run mum_update /path/to/toml

or

pipenv shell
mum_update /path/to/toml