We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a79f10 commit 89361b2Copy full SHA for 89361b2
msal-python-conceptual/advanced/linux-broker-py-wsl.md
@@ -110,8 +110,7 @@ Reference the [Enable SSO in native Linux apps using MSAL Python](./linux-broker
110
To use the broker, you will need to install the broker-related packages in addition to the core MSAL from PyPI:
111
112
```python
113
-pip install msal[broker]>=1.31,<2
114
-pip install pymsalruntime
+pip install "msal[broker]>=1.33.0b1,<2"
115
```
116
117
### Run the Sample App
0 commit comments