Skip to content

Commit

Permalink
python examples: add README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Gatto <[email protected]>
  • Loading branch information
outscale-mgo authored and Vincent Baer committed Oct 31, 2023
1 parent 76a29ac commit 7b20f9c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions examples/python/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
```sh
pip install <PULUMI-OUTSCALE-PATH>/sdk/python/
pip install pulumi_cloudinit
PATH=$PATH:$GOPATH/bin pulumi up # this one will fail because ak/sk and region not configured
pulumi config set outscale:secretKeyId <SECRET_KEY> --secret
pulumi config set outscale:region eu-west-2
pulumi config set outscale:accessKeyId <ACCESS_KEY>
PATH=$PATH:$GOPATH/bin pulumi up
```

0 comments on commit 7b20f9c

Please sign in to comment.