Skip to content

Commit

Permalink
Update README.md (vllm-project#306)
Browse files Browse the repository at this point in the history
  • Loading branch information
bm777 authored Jun 29, 2023
1 parent 6338cc0 commit e4dccdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@

```bash
# Install dependencies.
pip -r requirements-docs.txt
pip install -r requirements-docs.txt

# Build the docs.
make clean
make html
```

## Open the docs with your brower
## Open the docs with your browser

```bash
python -m http.server -d build/html/
Expand Down

0 comments on commit e4dccdc

Please sign in to comment.