ModelScript is a textual modeling environment based on a dozen of textual modeling languages some being textual forms of UML, some other being textual DSLs.
Download this repository.
Enter the ModelScript directory
cd ModelScript
Create a virtual environment and install dependencies.
virtualenv .venv source .venv/bin/activate pip install -r requirements.txt
Set bin/ files as executable
chmod +x bin/*
Add ...ModelScript/bin/ in your PATH (change .bashrc)
To check if modelc works:
modelc --version