Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 951 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 951 Bytes

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