Skip to content

Commit

Permalink
mention pip
Browse files Browse the repository at this point in the history
  • Loading branch information
lukehinds committed Nov 24, 2024
1 parent b27833e commit c17d9ad
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,16 @@ just open an issue).

### Installation

#### pip

You can install Promptwright using pip:

```bash
pip install promptwright
```

#### Development Installation

To install the prerequisites, you can use the following commands:

```bash
Expand All @@ -49,12 +59,6 @@ curl -sSL https://install.python-poetry.org | python3 -
git clone https://github.com/StacklokLabs/promptwright.git
cd promptwright
poetry install

# Start Ollama service
ollama serve

# Pull your desired model
ollama pull {model_name} # whichever model you want to use
```

### Usage
Expand Down

0 comments on commit c17d9ad

Please sign in to comment.