Python Pulumi: Difference between revisions
Jump to navigation
Jump to search
Line 6: | Line 6: | ||
{{External|https://www.pulumi.com/docs/reference/pkg/python/pulumi/}} | {{External|https://www.pulumi.com/docs/reference/pkg/python/pulumi/}} | ||
The SDK is available as a [[pip]] package. | The SDK is available as a [[pip]] package. | ||
=Python Pulumi and Virtual Environments= | |||
A new Python project created with <code>[[Pulumi_Operations#New_Project|pulumi new]]</code> will have a [[Python_Language#Environment|virtual environment]] created in a <code>venv</code> directory with required dependencies from <code>[[requirements.txt]]</code> installed in it. |
Revision as of 04:20, 11 January 2022
External
Internal
Pulumi Python SDK
The SDK is available as a pip package.
Python Pulumi and Virtual Environments
A new Python project created with pulumi new
will have a virtual environment created in a venv
directory with required dependencies from requirements.txt
installed in it.