Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 731 Bytes

File metadata and controls

42 lines (27 loc) · 731 Bytes

deepctl-cmd-read

Part of deepctl — Official Deepgram CLI

Read (text intelligence) command for deepctl

Installation

This package is included with deepctl and does not need to be installed separately.

Install deepctl

# Install with pip
pip install deepctl

# Or install with uv
uv tool install deepctl

# Or install with pipx
pipx install deepctl

# Or run without installing
uvx deepctl --help
pipx run deepctl --help

Commands

Command Entry Point
deepctl read deepctl_cmd_read.command:ReadCommand

Dependencies

  • click>=8.0.0
  • rich>=13.0.0
  • pydantic>=2.0.0

License

MIT — see LICENSE