This is an automated email from the ASF dual-hosted git repository.
chaokunyang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fory-site.git
The following commit(s) were added to refs/heads/main by this push:
new ef3e29b1b fix install instructions for fory python and javascript
(#305)
ef3e29b1b is described below
commit ef3e29b1bb0da9381292e7d597445f6b00125625
Author: Shawn Yang <[email protected]>
AuthorDate: Thu Aug 28 19:18:31 2025 +0800
fix install instructions for fory python and javascript (#305)
---
docs/docs/start/install.md | 12 ++++++++++++
.../version-0.11/docs/start/install.md | 4 ++++
.../version-0.12/docs/start/install.md | 12 ++++++++++++
versioned_docs/version-0.11/docs/start/install.md | 5 +++++
versioned_docs/version-0.12/docs/start/install.md | 12 ++++++++++++
5 files changed, 45 insertions(+)
diff --git a/docs/docs/start/install.md b/docs/docs/start/install.md
index b1e406711..40620ee36 100644
--- a/docs/docs/start/install.md
+++ b/docs/docs/start/install.md
@@ -71,3 +71,15 @@ To add a dependency on Fory kotlin with maven, use the
following:
<version>0.12.0</version>
</dependency>
```
+
+
+## Python
+
+```bash
+pip install pyfory
+```
+
+
+## JavaScript
+
+Apache Fory is NOT yet available on npm, please install from source code now.
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
index 54ec8ab0d..884d9bb08 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.11/docs/start/install.md
@@ -69,3 +69,7 @@ To add a dependency on Fory kotlin with maven, use the
following:
<version>0.11.2</version>
</dependency>
```
+
+## Fory JavaScript 安装
+
+Apache Fory 目前暂未发布到 NPM, 请通过源码安装。
diff --git
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
index 0a04d79ab..b295a7ecd 100644
---
a/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
+++
b/i18n/zh-CN/docusaurus-plugin-content-docs/version-0.12/docs/start/install.md
@@ -69,3 +69,15 @@ To add a dependency on Fory kotlin with maven, use the
following:
<version>0.12.0</version>
</dependency>
```
+
+
+## Fory Python 安装
+
+```bash
+pip install pyfory
+```
+
+
+## Fory JavaScript 安装
+
+Apache Fory 目前暂未发布到 NPM, 请通过源码安装。
diff --git a/versioned_docs/version-0.11/docs/start/install.md
b/versioned_docs/version-0.11/docs/start/install.md
index d38f99e5e..33d72402e 100644
--- a/versioned_docs/version-0.11/docs/start/install.md
+++ b/versioned_docs/version-0.11/docs/start/install.md
@@ -71,3 +71,8 @@ To add a dependency on Fory kotlin with maven, use the
following:
<version>0.11.2</version>
</dependency>
```
+
+
+## JavaScript
+
+Apache Fory is NOT yet available on npm, please install from source code now.
diff --git a/versioned_docs/version-0.12/docs/start/install.md
b/versioned_docs/version-0.12/docs/start/install.md
index b1e406711..40620ee36 100644
--- a/versioned_docs/version-0.12/docs/start/install.md
+++ b/versioned_docs/version-0.12/docs/start/install.md
@@ -71,3 +71,15 @@ To add a dependency on Fory kotlin with maven, use the
following:
<version>0.12.0</version>
</dependency>
```
+
+
+## Python
+
+```bash
+pip install pyfory
+```
+
+
+## JavaScript
+
+Apache Fory is NOT yet available on npm, please install from source code now.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]