Jonah
08/24/2023, 6:26 PMChris Reuter
08/24/2023, 6:38 PMJeff Hale
08/24/2023, 6:55 PMJonah
08/24/2023, 7:01 PM{"EXTRA_PIP_PACKAGES":"boto3"}
in the block environment field. However, I’m unable to figure out what’s the syntax for installing multiple requirements. Could you tell me what it is or tell me where I can find it?Jeff Hale
08/24/2023, 11:23 PMJonah
08/25/2023, 3:37 AMJeff Hale
08/25/2023, 2:53 PMEnvironment Variables
field to enter additional pip packagesEnter the _EXTRA_PIP_PACKAGES_ environment variable pair that we passed to prefect deployment build as an override in our previous example. Note that we could add more packages by separating their names with a space inside the parentheses.
Jonah
08/31/2023, 11:16 PM