Skip to content

Commit

Permalink
docs: add PyPi instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
F33RNI committed Apr 2, 2024
1 parent 04bb680 commit 7a89e7f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ There is 4 general ways to get LLM-API-Open

#### ⚙️ Install via `pip`

- Install from GitHub directly
- Install from PyPi

```shell
pip install llm-api-open
```

- **Or** install from GitHub directly

```shell
pip install git+https://github.com/F33RNI/LLM-API-Open.git
Expand Down

0 comments on commit 7a89e7f

Please sign in to comment.