diff --git a/generate_docs.py b/generate_docs.py
index bc6d984..fa68a9b 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)