-
-
Notifications
You must be signed in to change notification settings - Fork 109
Getting Started
AOJDevStudio edited this page Aug 1, 2026
·
1 revision
The supported local setup path installs the checked-in Python development environment. It does not require Google Sheets or Google Drive.
- Python 3.12 or later
- uv
- Git
- Bun only for
apps/simplefin-sync/
git clone https://github.com/YOUR-USERNAME/Finance-Guru.git
cd Finance-Guru
uv sync --dev
uv run pytest -m "not integration"
uv run python src/analysis/risk_metrics_cli.py AAPL --days 252 --benchmark SPYThe legacy ./setup.sh creates private-profile scaffolding and points to an
unfinished onboarding flow. It is not the supported analysis-engine setup path.
Create .env only when using an optional provider or personal integration:
cp .env.example .envNever commit .env, family_office.db, account values, access URLs, or tokens.
For variable-level details, see the repository’s
API key reference.
Next: CLI Reference and Privacy.
Finance Guru documentation is educational only, not investment advice. See Privacy and Wiki Maintenance.