logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install HKUDS/Vibe-Trading. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

HKUDS/Vibe-Trading Installation Guide

How to install HKUDS/Vibe-Trading. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for HKUDS/Vibe-Trading. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i HKUDS/Vibe-Trading
or

Install via npx

npx @hexmos/ipm i HKUDS/Vibe-Trading

Prerequisites

Python

runtime

Version: 3.11+

Docker

runtime

Version: latest

LLM API Key

api_key

Version: Any supported provider

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Install via Docker

git clone https://github.com/HKUDS/Vibe-Trading.git

cd Vibe-Trading

cp agent/.env.example agent/.env

vim agent/.env

docker compose up --build

Install Locally (Linux/macOS)

git clone https://github.com/HKUDS/Vibe-Trading.git

cd Vibe-Trading

python -m venv .venv

source .venv/bin/activate

pip install -e .

cp agent/.env.example agent/.env

vim agent/.env

vibe-trading

Install via ClawHub

npx clawhub@latest install vibe-trading --force

Post Installation Steps

  • Run `vibe-trading init` to set up environment variables.
  • Configure your LLM provider API keys in `agent/.env`.
  • Launch the interactive TUI with `vibe-trading` or the web UI with `vibe-trading serve`.