Skip to content

Amsterdam-Humanities-Labs/MCAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

install

pip install -r requirements.txt

dev

python src/main.py

Building

Self-building on Linux/macOS

Prerequisites:

  • Python 3.11+
  • On Linux: install patchelf
    • Ubuntu/Debian: apt install patchelf
    • Fedora/RHEL: dnf install patchelf

Build command:

pip install nuitka
nuitka --standalone --onefile --enable-plugin=no-qt --include-data-dir=assets/fonts=assets/fonts --output-dir=dist src/main.py

The built executable will be in the dist/ folder.

Automated builds

GitHub Actions automatically builds for macOS and Fedora on every push to main branch.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages