https://github.com/norgate-av/muse-python
A test project to experiment with Python and Muse
https://github.com/norgate-av/muse-python
amx harman muse python
Last synced: 6 months ago
JSON representation
A test project to experiment with Python and Muse
- Host: GitHub
- URL: https://github.com/norgate-av/muse-python
- Owner: Norgate-AV
- License: mit
- Created: 2024-11-21T11:00:41.000Z (11 months ago)
- Default Branch: master
- Last Pushed: 2024-11-21T13:55:34.000Z (11 months ago)
- Last Synced: 2024-11-21T14:25:38.265Z (11 months ago)
- Topics: amx, harman, muse, python
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# muse-python
This is a test project to test the integration of Muse with Python.
## Installation
The project uses [uv](https://docs.astral.sh/uv/) to manage the development environment. You can install it with `brew install uv`.
```bash
uv sync
```This will create a virtual environment and install the dependencies.
## Environment Setup
You need to create a `.env` file in the root of the project with the following content:
```bash
USERNAME=your-username
HOST=your-host
```This will be used to deploy the changes to the Muse processor.
## Deploy
```bash
./deploy.py
```## LICENSE
[MIT](./LICENSE)