Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python scripts: Use PDM and virtualenv to manage dependencies #23198

Merged
merged 1 commit into from
Jun 19, 2024

Commits on Jun 19, 2024

  1. Python scripts: Use PDM and virtualenv to manage dependencies

    PDM and virtualenv are tools to manage installation of Python modules
    not included in the Python Standard Library. Usage:
    
    1. Install Pipx (e.g. `brew install pipx`) - https://pipx.pypa.io/
    2. Use Pipx to install PDM (`pipx install pdm`).
    3. Run `pdm install` in MuseScore's root directory.
    
    The final command creates a virtual environment (.venv folder) and
    installs the dependencies mentioned in MuseScore's pyproject.toml.
    
    See musescore#23198 for details.
    shoogle committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    44bd8f0 View commit details
    Browse the repository at this point in the history