Skip to content

Commit

Permalink
update README.md for zsh
Browse files Browse the repository at this point in the history
Signed-off-by: pengzhile <[email protected]>
  • Loading branch information
pengzhile committed Mar 27, 2023
1 parent 18dace5 commit 3b4bcfa
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@
* 如果你想支持`gpt-3.5-turbo`模式:

```shell
pip install pandora-chatgpt[api]
pip install 'pandora-chatgpt[api]'
pandora
```
* 如果你想启用`cloud`模式:

```shell
pip install pandora-chatgpt[cloud]
pip install 'pandora-chatgpt[cloud]'
pandora-cloud
```

Expand All @@ -74,14 +74,14 @@
* 如果你想支持`gpt-3.5-turbo`模式:

```shell
pip install .[api]
pip install '.[api]'
pandora
```

* 如果你想启用`cloud`模式:

```shell
pip install .[cloud]
pip install '.[cloud]'
pandora-cloud
```

Expand Down

0 comments on commit 3b4bcfa

Please sign in to comment.