Skip to content

Commit

Permalink
simplified venv commands
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane committed Oct 17, 2023
1 parent 177ab93 commit 6ce8c10
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions azure-py-oidc-provider-pulumi-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,7 @@ Next, to deploy the application and its infrastructure, follow these steps:

```bash
python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt
deactivate
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

0 comments on commit 6ce8c10

Please sign in to comment.