A cross-platform tool designed to expedite metadata quality control across large numbers of digital assets.
For binaries and more information, please refer to our website
MacOS Build
- pip install -U py2app
- python setup.py py2app
- find the app in mdqc/osx/dist/MDQC.app
Windows Build
- install pip
- install pyinstaller
- Update path in the MDQC.spec file for windows version
- Run following command to generate MDQC.exe file
pyinstaller.exe -w -F -n MDQC.exe --clean MDQC.spec