Skip to content
Jawor Iwanow edited this page Jun 25, 2022 · 4 revisions

Requirements

Unfortunatelly so far, running troparion in a Docker container is not possible at the current stage.

To run troparion, besides the troparion.py file and graphics folder, several dependencies are required:

Installation

Python and Musescore

Please follow the instructions on the respective software product's site.

the packages

music21 and streamlit

music21 and streamlit can be installed by a simple pip, sudo pip or conda install command.

trop

You may install trop using pip install git+https://github.com/jaworiwanow/trop

the font

Please follow the instructions for your OS.

Setup

To ensure a smooth communication between Python and musescore, please run the following command in the command line and follow the configuration assistant:

python3 -m music21.configure

And edit the enviornment variable within the troparion.py file to reflect your installation path.

Running troparion

Open the command promt within the folder containing troparion.py and run the command

streamlit run troparion.py

Make sure to edit the file beforehand, so that the enviornment variable reflects the installation path you have chosen for MuseScore.

Clone this wiki locally