Installation
Prerequisites
Installation Steps
1. Clone the Repository
git clone https://github.com/ardzz/RouteMQ.git
cd RouteMQ2. Install UV Package Manager
# On Unix/macOS
curl -LsSf https://astral.sh/uv/install.sh | sh
# On Windows (PowerShell)
powershell -c "irm https://astral.sh/uv/install.ps1 | iex"3. Install Dependencies
Installation Options
Basic Installation
Full Installation
Development Installation
Verify Installation
Next Steps
Last updated