Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 732 Bytes

File metadata and controls

24 lines (18 loc) · 732 Bytes
title include file
description include file
services storage
author pauljewellmsft
ms.service azure-blob-storage
ms.topic include
ms.date 08/20/2024
ms.author pauljewell
ms.custom include file

If you don't have an existing project, this section shows you how to set up a project to work with the Azure Blob Storage client library for Python. For more details, see Get started with Azure Blob Storage and Python.

To work with the code examples in this article, follow these steps to set up your project.

Install packages

Install the following packages using pip install:

pip install azure-storage-blob azure-identity