You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ as applications written using a preview version of library may no longer work.
27
27
28
28
1. If you haven't already, [install and/or upgrade the pip](https://pip.pypa.io/en/stable/installing/)
29
29
of your Python environment to a recent version. We tested with pip 18.1.
30
-
2.For now, you can install from our latest dev branch, by `pip install git+https://github.com/AzureAD/microsoft-authentication-library-for-python.git@dev`
30
+
2.As usual, just run `pip install msal`.
31
31
32
32
## Usage
33
33
@@ -45,7 +45,7 @@ Acquiring tokens with MSAL Python need to follow this 3-step pattern.
0 commit comments