Skip to content

Commit

Permalink
docs: update readme installation section
Browse files Browse the repository at this point in the history
  • Loading branch information
willbakst committed Apr 17, 2024
1 parent 84249fa commit 608fd1f
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,18 @@ One of the main frustrations of dealing with prompts and calls is keeping track

## Installation

To install just the CLI, you can run `pip install mirascope-cli`.
To install just the CLI, you can run:

If you're using `mirascope`, you can run `pip install mirascope[mirascope-cli]` or `pip install mirascope[all]` to install the Mirascope CLI.
```shell
pip install mirascope-cli
```

If you're using the `mirascope` package, you can also install the CLI as an extra dependency:

```shell
pip install mirascope[mirascope-cli] # just the mirascope-cli
pip install mirascope[all] # all optional dependencies
```

## The prompt management environment

Expand Down

0 comments on commit 608fd1f

Please sign in to comment.