Installation¶
Requirements¶
- Python 3.7+
- pip
Install from PyPI¶
Install from source¶
Verify installation¶
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:
This will install additional development dependencies including testing and documentation tools.