Skip to content

Commit 2c0690b

Browse files
hbelmiromprahl
authored andcommitted
Update README: add "Work in Progress" notices and placeholders for installation steps.
Signed-off-by: Helber Belmiro <[email protected]>
1 parent 6c0eabf commit 2c0690b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,30 +44,37 @@ The Kubeflow Pipelines Components repository serves as:
4444

4545
## 🚀 Installation
4646

47+
> ⚠️ **Work in Progress**: This repository is currently under development. The packages described below are not yet available on PyPI. This section outlines the planned installation process for when the packages are released.
48+
4749
### Prerequisites
4850

4951
- Python 3.10 or later
5052
- Kubeflow Pipelines SDK
5153

52-
### Install Core Components
54+
### Install Core Components (Coming Soon)
5355

5456
Install the official Kubeflow Pipelines Components package:
5557

5658
```bash
59+
# Not yet available - coming soon!
5760
pip install kfp-components
5861
```
5962

60-
### Install Third-Party Components (Optional)
63+
### Install Third-Party Components (Coming Soon)
6164

6265
For vetted third-party contributions:
6366

6467
```bash
68+
# Not yet available - coming soon!
6569
pip install kfp-components-third-party
6670
```
6771

6872
### Verify Installation
6973

74+
Once the packages are available, you'll be able to verify the installation:
75+
7076
```python
77+
# Coming soon - example verification code
7178
from kfp_components import training, evaluation, data_processing
7279

7380
# Example: Use a training component

0 commit comments

Comments
 (0)