Skip to content

Commit

Permalink
fixed to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
toriancrane committed Oct 17, 2023
1 parent 230ef6c commit 177ab93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-py-oidc-provider-pulumi-cloud/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Next, to deploy the application and its infrastructure, follow these steps:
1. Install requirements.

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

0 comments on commit 177ab93

Please sign in to comment.