We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc4c74 commit 3d9ace8Copy full SHA for 3d9ace8
README.md
@@ -15,6 +15,17 @@ A [tutorial](https://github.com/volcengine/veadk-python/blob/main/veadk_tutorial
15
16
## Installation
17
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
29
We use `uv` to build this project ([how-to-install-uv](https://docs.astral.sh/uv/getting-started/installation/)).
30
31
```bash
0 commit comments