Skip to content

Commit

Permalink
simplified venv commands
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane authored Oct 17, 2023
1 parent 94e2256 commit 87bf4b1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions gcp-py-oidc-provider-pulumi-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,8 @@ Next, to deploy the application and its infrastructure, follow these steps:
1. Install requirements.

```bash
python -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
deactivate
python3 -m venv venv
venv/bin/pip install -r requirements.txt
```

1. Run `pulumi up -y`. Once the program completes, it will output a YAML template for you to use in the next step.
Expand Down Expand Up @@ -73,4 +71,4 @@ Once you are done, you can destroy all of the resources as well as the stack:
```bash
$ pulumi destroy
$ pulumi stack rm
```
```

0 comments on commit 87bf4b1

Please sign in to comment.