This is a test project to test the integration of Muse with Python.
The project uses uv to manage the development environment. You can install it with brew install uv
.
uv sync
This will create a virtual environment and install the dependencies.
You need to create a .env
file in the root of the project with the following content:
USERNAME=your-username
HOST=your-host
This will be used to deploy the changes to the Muse processor.
./deploy.py