An open API service indexing awesome lists of open source software.

https://github.com/brenekh/mc-mod-manager


https://github.com/brenekh/mc-mod-manager

cli minecraft minecraft-mods poetry python python-poetry

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Minecraft Mod Manager (mcmm)

## Dependencies

This project uses [Poetry](https://python-poetry.org) to manage dependencies.

## Building a Release

`binary.py` is a special file that imports `mcmm` and runs the `cli` function just as the package does when invoked by Python.

To build a release binary, simply use `poetry run PyInstaller --onefile --name mcmm binary.py` from the root folder and an executable will be available in the `dist/` directory.