Unverified Commit 30720e73 authored by Lianmin Zheng's avatar Lianmin Zheng Committed by GitHub
Browse files

Add install with pip (#3)

parent 331848de
......@@ -18,9 +18,12 @@ The core features of SGLang include:
## Install
### Method 1: With Pip
### Method 1: With pip
```
pip install "sglang[all]"
```
### Method 2: From Source
### Method 2: From source
```
git clone git@github.com:sgl-project/sglang.git
cd sglang
......
__version__ == "0.1.0"
from sglang.api import *
from sglang.global_config import global_config
rm -rf dist
python3 -m build
python3 -m twine upload dist/*
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment