Skip to content

Commit 3d9ace8

Browse files
committed
add installation method to README.md
1 parent ffc4c74 commit 3d9ace8

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ A [tutorial](https://github.com/volcengine/veadk-python/blob/main/veadk_tutorial
1515

1616
## Installation
1717

18+
### From PyPI
19+
20+
```python
21+
pip install veadk-python
22+
23+
# install extensions
24+
pip install veadk-python[extensions]
25+
```
26+
27+
### Build from source
28+
1829
We use `uv` to build this project ([how-to-install-uv](https://docs.astral.sh/uv/getting-started/installation/)).
1930

2031
```bash

0 commit comments

Comments
 (0)