Skip to content

Commit 7a28030

Browse files
committed
python sdk docs brought over from kruxiaflow repo
1 parent 2d00e95 commit 7a28030

6 files changed

Lines changed: 2172 additions & 69 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,16 @@ Define workflows in Python, deploy them to the Kruxia Flow server, and build cus
99

1010
## Installation
1111

12+
The Python SDK is not yet published to PyPI. Install directly from GitHub:
13+
1214
```bash
13-
pip install kruxiaflow-python
15+
pip install git+https://github.com/kruxia/kruxiaflow-python.git
1416
```
1517

1618
For the standard Python worker with data science packages:
1719

1820
```bash
19-
pip install "kruxiaflow-python[std]"
21+
pip install "kruxiaflow-python[std] @ git+https://github.com/kruxia/kruxiaflow-python.git"
2022
```
2123

2224
## Quick Start

0 commit comments

Comments
 (0)