This message was deleted.
# python
s
This message was deleted.
s
After
pulumi new
, you do need to
pip install
any new requirements.
b
I was reading https://www.pulumi.com/docs/intro/languages/python/ before and not getting that from it, but it does seem to say that fairly clearly today. I'll chalk it up to being a Friday 😅
Ok, thanks for the confirmation. It's not a problem, just need to add that to the list of things to tell people when I'm making changes
s
It's consistent across other languages FWIW: if you do
pulumi new aws-typescript
, you'll get a free
npm i @pulumi/aws
, but if you add other providers, you have to
npm i
it yourself.