You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> ⚠️ **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
+
47
49
### Prerequisites
48
50
49
51
- Python 3.10 or later
50
52
- Kubeflow Pipelines SDK
51
53
52
-
### Install Core Components
54
+
### Install Core Components (Coming Soon)
53
55
54
56
Install the official Kubeflow Pipelines Components package:
55
57
56
58
```bash
59
+
# Not yet available - coming soon!
57
60
pip install kfp-components
58
61
```
59
62
60
-
### Install Third-Party Components (Optional)
63
+
### Install Third-Party Components (Coming Soon)
61
64
62
65
For vetted third-party contributions:
63
66
64
67
```bash
68
+
# Not yet available - coming soon!
65
69
pip install kfp-components-third-party
66
70
```
67
71
68
72
### Verify Installation
69
73
74
+
Once the packages are available, you'll be able to verify the installation:
75
+
70
76
```python
77
+
# Coming soon - example verification code
71
78
from kfp_components import training, evaluation, data_processing
0 commit comments