diff --git a/src/get-started/helloWorld.md b/src/get-started/helloWorld.md index de051f8f..b029eab0 100644 --- a/src/get-started/helloWorld.md +++ b/src/get-started/helloWorld.md @@ -102,10 +102,17 @@ Before you begin, make sure you have:
- 📦 Node.js v20+ + 📦 Node.js v20+ (for javascript iApps)
Download → +
+
+
+ 🐍 Python 3.8+ (for Python iApps) + +
+ Download →
diff --git a/src/get-started/helloWorld/3-buildIApp.md b/src/get-started/helloWorld/3-buildIApp.md index 82ce263f..24db293c 100644 --- a/src/get-started/helloWorld/3-buildIApp.md +++ b/src/get-started/helloWorld/3-buildIApp.md @@ -26,29 +26,9 @@ experience. ## 📋 Prerequisites -Before getting started, make sure you have: - -
-
-
- 📦 Node.js v20+ -
- Download → -
-
-
- 🐳 Docker installed -
- Download → -
- -
-
- 🐳 DockerHub Account -
- Sign Up → -
-
+Before getting started, make sure you have the required tools installed. See the +[iApp Generator Getting Started guide](/references/iapp-generator/getting-started) +for detailed prerequisites and installation instructions. ::: info diff --git a/src/guides/build-iapp/build-&-test.md b/src/guides/build-iapp/build-&-test.md index b39f2894..757fa4da 100644 --- a/src/guides/build-iapp/build-&-test.md +++ b/src/guides/build-iapp/build-&-test.md @@ -29,53 +29,9 @@ iApp Generator handles all the low-level complexity for you. ## Prerequisites -Before getting started, make sure you have the following installed: - -
-
-
- 📦 Node.js v20+ -
- Download → -
-
-
- 🐳 Docker installed -
- Download → -
- -
-
- 🐳 DockerHub Account -
- Sign Up → -
-
- -## Installation - -First, install the iApp Generator CLI tool using your preferred package manager: - -::: code-group - -```sh [npm] -npm install -g @iexec/iapp -``` - -```sh [yarn] -yarn global add @iexec/iapp -``` - -```sh [pnpm] -pnpm add -g @iexec/iapp -``` - -```sh [bun] -bun add -g @iexec/iapp -``` - -::: +Before getting started, make sure you have the required tools installed. See the +[iApp Generator Getting Started guide](/references/iapp-generator/getting-started) +for detailed prerequisites and installation instructions. ## Quick Start diff --git a/src/references/iapp-generator/building-your-iexec-app.md b/src/references/iapp-generator/building-your-iexec-app.md index 815c5030..4293c934 100644 --- a/src/references/iapp-generator/building-your-iexec-app.md +++ b/src/references/iapp-generator/building-your-iexec-app.md @@ -7,6 +7,14 @@ description: # 🧑‍🏭 Build your iApp +::: tip 📋 Prerequisites + +Before building your iApp, make sure you have the required tools installed. See +the [Getting Started guide](/references/iapp-generator/getting-started) for +detailed prerequisites and installation instructions. + +::: + ## 🧰 Initialize your iApp The iApp (iExec App) Generator command-line tool simplifies the setup of your diff --git a/src/references/iapp-generator/getting-started.md b/src/references/iapp-generator/getting-started.md index 9614cc5a..af798145 100644 --- a/src/references/iapp-generator/getting-started.md +++ b/src/references/iapp-generator/getting-started.md @@ -14,9 +14,15 @@ Before using the iApp Generator, make sure you have:
- 📦 Node.js v20+ + 📦 Node.js v20+ (for javascript iApps)
Download → +
+
+
+ 🐍 Python 3.8+ (for Python iApps) +
+ Download →