Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions generate_docs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1174,10 +1174,16 @@ def _generate_home_page(self, client_modules: Dict[str, ClientModuleInfo], outpu
---
## Installation

```bash
pip install truefoundry
<Info>
You need Python ≥ 3.9, ≤ 3.14 to use the Truefoundry Python SDK.
</Info>

```bash lines
pip install -U "truefoundry"
```

Please see the [Setup for CLI](/docs/setup-cli) for more details.

<Tip>
Looking for TypeScript SDK? Check out the [TrueFoundry TypeScript SDK](https://www.npmjs.com/package/truefoundry-sdk)
</Tip>
Expand Down
Loading