Skip to content

Installation Guide page

Aric Kaji edited this page Apr 6, 2026 · 3 revisions

Installation Guide

Option 1 — Windows exe (recommended for Windows)

  1. Go to https://github.com/AricKaji/GetBhavCopy/releases/latest
  2. Download GetBhavCopy-windows.zip
  3. Extract the zip
  4. Run GetBhavCopy.exe

Option 2 — Mac app (recommended for Mac)

  1. Go to https://github.com/AricKaji/GetBhavCopy/releases/latest
  2. Download GetBhavCopy-mac.zip
  3. Extract the zip
  4. Run GetBhavCopy.app

Option 3 — From source (all platforms)

Requires Python 3.10+

git clone https://github.com/AricKaji/GetBhavCopy.git
cd GetBhavCopy
pip install -e .
python -m getbhavcopy

Clone this wiki locally