Skip to main content

Installation

uv venv —python 3.12

Mac & Linux

source .venv/bin/activate

Windows

source .venv/scripts/activate Choose one of the following for solo-server installation 1.Install solo server from PyPI python manager
uv pip install solo-server
2.Install solo server from source
git clone https://github.com/GetSoloTech/solo-server.git
cd solo-server
uv pip install -e .
Solo commands
solo --help
I