Skip to content

Commit 89361b2

Browse files
committed
Learn Editor: Update linux-broker-py-wsl.md
1 parent 9a79f10 commit 89361b2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

msal-python-conceptual/advanced/linux-broker-py-wsl.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,7 @@ Reference the [Enable SSO in native Linux apps using MSAL Python](./linux-broker
110110
To use the broker, you will need to install the broker-related packages in addition to the core MSAL from PyPI:
111111

112112
```python
113-
pip install msal[broker]>=1.31,<2
114-
pip install pymsalruntime
113+
pip install "msal[broker]>=1.33.0b1,<2"
115114
```
116115

117116
### Run the Sample App

0 commit comments

Comments
 (0)