Skip to content

Commit dde4a0b

Browse files
Merge pull request #6879 from tcbehe425/beel-python-azure-sdk
Freshness: Python Azure SDK install
2 parents 340e299 + cc6d93a commit dde4a0b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/python/sdk/azure-sdk-install.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: How to install Azure SDK library packages for Python
33
description: How to install, uninstall, and verify Azure SDK or Python libraries using pip and conda. Includes details on installing specific versions and preview packages.
4-
ms.date: 11/27/2023
4+
ms.date: 02/05/2025
55
ms.topic: conceptual
66
ms.custom: devx-track-python, py-fresh-zinc
77
adobe-target: true
@@ -47,7 +47,7 @@ conda install <package>
4747

4848
`conda install` retrieves the latest version of a package in your current Python environment.
4949

50-
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have named that begin with `azure-`.
50+
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have names that begin with `azure-`.
5151

5252
Packages for conda are grouped by services. For example, `azure-storage` includes libraries for working with blobs, file shares, queues, and any other Azure Storage service. The single `azure-mgmt` package contains the management libraries for all services.
5353

@@ -131,7 +131,7 @@ If the package is installed, `conda list` displays version and other summary inf
131131

132132
You can also use `conda list` to see all the packages that are installed in your current conda environment.
133133

134-
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have named that begin with `azure-`.
134+
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have names that begin with `azure-`.
135135

136136
---
137137

@@ -155,6 +155,6 @@ To uninstall a package:
155155
conda remove <package>
156156
```
157157

158-
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have named that begin with `azure-`.
158+
You can use any package name listed in the [Microsoft channel on anaconda.org](https://anaconda.org/microsoft/repo). Azure packages have names that begin with `azure-`.
159159

160160
---

0 commit comments

Comments
 (0)