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: sdk/storage/azure-storage-extensions/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,22 +12,18 @@ This package contains native extension modules that provide performance-critical
12
12
13
13
## Installation
14
14
15
-
**Recommended**: Install this package via extras when installing Azure Storage libraries:
15
+
Install this package via extras when installing Azure Storage libraries:
16
16
17
17
```bash
18
-
pip install azure-storage-blob[extensions]
18
+
pip install azure-storage-blob[ext-checksums]
19
19
```
20
20
21
21
This ensures you get compatible versions of both the SDK and the extensions package.
22
22
23
-
You can also install it directly if needed:
24
-
25
-
```bash
26
-
pip install azure-storage-extensions
27
-
```
23
+
> ⚠️ Installing `azure-storage-extensions` directly is not recommended. Use the extras syntax above to ensure compatibility.
28
24
29
25
### Prerequisites
30
-
* Python 3.9 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
26
+
* Python 3.10 or later is required to use this package. For more details, please read our page on [Azure SDK for Python version support policy](https://github.com/Azure/azure-sdk-for-python/blob/main/doc/python_version_support_policy.md).
0 commit comments