Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
williamFalcon authored May 30, 2024
1 parent 005d2c0 commit bfa751d
Showing 1 changed file with 3 additions and 22 deletions.
25 changes: 3 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@

<p align="center">
<a href="https://lightning.ai/">Lightning AI</a> •
<a href="#get-started">Get started</a> •
<a href="#examples">Examples</a> •
<a href="https://lightning.ai/docs/litserve/home/get-started">Get started</a> •
<a href="https://lightning.ai/docs/litserve/examples">Examples</a> •
<a href="#features">Features</a> •
<a href="https://lightning.ai/docs/litserve">Docs</a>
</p>
Expand Down Expand Up @@ -88,26 +88,7 @@ Install LitServe via pip:
pip install litserve
```

<details>
<summary>Advanced install options</summary>
&nbsp;

Install the main branch:

```bash
pip install git+https://github.com/Lightning-AI/litserve.git@main
```
&nbsp;

Install from source:

```bash
git clone https://github.com/Lightning-AI/LitServe
cd LitServe
pip install -e '.[all]'
```

</details>
[Advanced install options](https://lightning.ai/docs/litserve/home/install)

&nbsp;

Expand Down

0 comments on commit bfa751d

Please sign in to comment.