From 026cdcc66029bfb47b01a0a07a5f4b96309724e0 Mon Sep 17 00:00:00 2001 From: Chirag Jain Date: Tue, 21 Apr 2026 00:26:33 +0530 Subject: [PATCH] update generate_docs.py --- generate_docs.py | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/generate_docs.py b/generate_docs.py index bc6d984d..fa68a9b5 100644 --- a/generate_docs.py +++ b/generate_docs.py @@ -1174,10 +1174,16 @@ def _generate_home_page(self, client_modules: Dict[str, ClientModuleInfo], outpu --- ## Installation -```bash -pip install truefoundry + + You need Python ≥ 3.9, ≤ 3.14 to use the Truefoundry Python SDK. + + +```bash lines +pip install -U "truefoundry" ``` +Please see the [Setup for CLI](/docs/setup-cli) for more details. + Looking for TypeScript SDK? Check out the [TrueFoundry TypeScript SDK](https://www.npmjs.com/package/truefoundry-sdk)