Skip to content

Installation

Requirements

  • Python 3.7+
  • pip

Install from PyPI

pip install ok-cli

Install from source

git clone https://github.com/your-repo/ok-cli.git
cd ok-cli
pip install -e .

Verify installation

ok-cli --help

You should see the help output showing available commands.

Dependencies

The OK CLI depends on:

  • Typer: For building the CLI interface
  • Copier: For template processing
  • PyFiglet: For ASCII art in the CLI

Development setup

If you want to contribute to the OK CLI:

git clone https://github.com/your-repo/ok-cli.git
cd ok-cli
pip install -e ".[dev]"

This will install additional development dependencies including testing and documentation tools.