Skip to content

Installation

LazyFlare is distributed as a standard Python package.


pipx is the recommended way to install Python CLI applications because it installs them in isolated environments.

bash
pipx install lazyflare

Using Homebrew (macOS / Linux)

bash
brew tap akhil-krishna-02/tap
brew install lazyflare

From Source

bash
git clone https://github.com/akhil-krishna-02/lazyflare.git
cd lazyflare
pip install -e .

Released under the MIT License.