This is an automated email from the ASF dual-hosted git repository.

sxnan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new 4730896d [docs] Add workaround to install flink-agents 0.2.0 (#517)
4730896d is described below

commit 4730896d56f6907b241ee3d38603684de8054118
Author: Xuannan <[email protected]>
AuthorDate: Fri Feb 6 09:23:39 2026 +0800

    [docs] Add workaround to install flink-agents 0.2.0 (#517)
---
 docs/content/docs/get-started/installation.md | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/docs/content/docs/get-started/installation.md 
b/docs/content/docs/get-started/installation.md
index 768a1cd5..84fd686f 100644
--- a/docs/content/docs/get-started/installation.md
+++ b/docs/content/docs/get-started/installation.md
@@ -112,7 +112,15 @@ Choose one of the following installation methods:
 #### From Official Release
 
 {{< hint warning >}}
-__Note:__ This will be available after Flink Agents is released.
+__Temporary (v0.2.0):__ Due to PyPI wheel size limitations, the `flink-agents` 
version 0.2.0 is currently not available directly from PyPI. Please download 
the wheel file manually and install from local:
+
+1. Download [flink-agents 0.2.0 
wheel](https://www.apache.org/dyn/closer.lua/flink/flink-agents-0.2.0/python/flink_agents-0.2.0-py3-none-any.whl)
+
+2. Install from local wheel:
+
+```shell
+pip install flink_agents-0.2.0-py3-none-any.whl apache-flink==${FLINK_VERSION}
+```
 {{< /hint >}}
 
 Install Flink Agents using pip:

Reply via email to