File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
articles/active-directory/develop Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ https://login.microsoftonline.com/Enter_the_Tenant_Id_Here/adminconsent?client_i
138
138
139
139
#### Step 5: Run the application
140
140
141
- You'll need to install MSAL Python once
141
+ You'll need to install the dependencies of this sample once
142
142
143
143
``` console
144
- pip install msal
144
+ pip install -r requirements.txt
145
145
```
146
146
147
147
Then, run the application via command prompt or console:
@@ -164,7 +164,7 @@ You should see on the console output some Json fragment representing a list of u
164
164
You can install MSAL Python by running the following pip command.
165
165
166
166
``` powershell
167
- pip install -r requirements.txt
167
+ pip install msal
168
168
```
169
169
170
170
### MSAL initialization
You can’t perform that action at this time.
0 commit comments