Installation
LazyFlare is distributed as a standard Python package.
Using pipx (Recommended)
pipx is the recommended way to install Python CLI applications because it installs them in isolated environments.
bash
pipx install lazyflareUsing Homebrew (macOS / Linux)
bash
brew tap akhil-krishna-02/tap
brew install lazyflareFrom Source
bash
git clone https://github.com/akhil-krishna-02/lazyflare.git
cd lazyflare
pip install -e .