Package Installations
Managing Python Package Installation for your app's Backend.
The Packages tab in the Configuration section lets you install and manage Python packages
Ask the Agent to Install Packages
The Agent makes it easy to install Python packages:
Ask the Agent to install a package (e.g., "Can you install NumPy python package for me?").
The Agent will handle the installation and provide updates directly in the chat.
You’ll see confirmation messages once the package is installed successfully.
💡 Tip: You can install any pip packages, including those hosted on Git (e.g.,
git+https://...
).
Adding Packages Manually
If you prefer, you can also update your requirements.txt
manually:
Go to the Packages tab in Configuration.
Add the package name (and version, if needed) under Your Packages.
Click Upgrade Workspace to apply the changes.
Frequently Asked Questions
Last updated