Skip to content

MultimediaExtensibleGit/Runtime

Repository files navigation

Release Build Testing

Multimedia Extensible Git (MEG) Runtime Library

Setup

  • Install Python 3.7 or newer.

  • Install pipenv.

  • Clone the repository and execute the following command from the working copy in Python:

    pipenv sync --dev

Build

  • Build python package

    pipenv run setup.py sdist bdist_wheel