uv for python dependency management and package handling, streamlining project setup and execution for a seamless development experience.
Install uv to manage your Python dependencies.
-
On macOS/Linux:
Use
curlto download the script and execute it withsh:If your system doesn’t havecurl, you can usewget: -
On Windows:
Use
irmto download the script andiexto execute it:
CLI
The Timbal CLI provides a command-line interface for managing Timbal projects, including initialization, building, deploying, and other project management tasks.Before installing the CLI, ensure you have docker installed and running.
curl to download and execute the installation script:
Once installed, you can use the
timbal command to manage your projects! You can skip to the quickstart guide to get started.Python Package
If you want to use Timbal directly in your Python projects or integrate it into an existing codebase, you can install the Python package directly.Before adding the package, ensure you have
python>=3.11 installed.uv:
pip:
Next Steps: You’re ready to create your first Timbal project! Continue to the quickstart guide to build your first AI agent.