mapgears / maritime-update-manager

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:MIT License


Languages

Language:Python 100.0%