Skip to content

Commit 7e7bc01

Browse files
authored
Merge pull request #101324 from mhopkins-msft/master
Updated to install the correct version of the library
2 parents 510f45e + 36f2bd5 commit 7e7bc01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/blobs/storage-quickstart-blobs-python-legacy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The sample program creates a test file in your *Documents* folder, uploads the f
6262
1. Install the dependencies:
6363

6464
```console
65-
pip install azure-storage-blob
65+
pip install azure-storage-blob==2.1.0
6666
```
6767

6868
1. Go to the sample application:

0 commit comments

Comments
 (0)