Skip to content

Installation

Requirements

  • Python 3.8 or higher

Installation

pip install promptogen

Verification of Operation

import promptogen as pg

print(pg.__version__)

Quick Start

Please refer to the Quick Start Guide.