Install AlpaTrade

uv (recommended)

Install with uv (requires Python 3.11+):

uv tool install alpatrade

After install, create a .env file with your API keys, then run:

alpatrade

One-line install (alternative)

Installs uv automatically if needed:

curl -fsSL https://alpatrade.chat/install.sh | bash

From source

```bash git clone https://github.com/predictivelabsai/alpatrade.git ~/.alpatrade cd ~/.alpatrade python3 -m venv .venv source .venv/bin/activate pip install -e . cp .env.example .env # edit with your API keys alpatrade ```

Requirements