Installation

Quick Installation

To quickly install PromptOptimizer, use the following command:

pip install prompt-optimizer

Install from Source

If you prefer to install PromptOptimizer from source, follow these steps:

  1. Clone the repository:

git clone https://github.com/vaibkumr/prompt-optimizer.git
  1. Navigate to the cloned repository:

cd prompt-optimizer
  1. Install PromptOptimizer using pip:

pip install -e .