Skip to content

Commit 4ae1ea9

Browse files
Merge pull request #209205 from seesharprun/patch-2
Cosmos DB | Update SQL API + Python quickstart
2 parents 9a19af3 + 00fd1aa commit 4ae1ea9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/cosmos-db/sql/create-sql-api-python.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: cosmos-db
66
ms.subservice: cosmosdb-sql
77
ms.devlang: python
88
ms.topic: quickstart
9-
ms.date: 08/26/2021
9+
ms.date: 08/25/2022
1010
ms.author: rosouz
1111
ms.custom: seodec18, seo-javascript-september2019, seo-python-october2019, devx-track-python, mode-api
1212
---
@@ -37,7 +37,7 @@ In this quickstart, you create and manage an Azure Cosmos DB SQL API account fro
3737
* Without an Azure active subscription:
3838
* [Try Azure Cosmos DB for free](../try-free.md), a tests environment that lasts for 30 days.
3939
* [Azure Cosmos DB Emulator](https://aka.ms/cosmosdb-emulator)
40-
- [Python 2.7 or 3.6+](https://www.python.org/downloads/), with the `python` executable in your `PATH`.
40+
- [Python 3.7+](https://www.python.org/downloads/), with the `python` executable in your `PATH`.
4141
- [Visual Studio Code](https://code.visualstudio.com/).
4242
- The [Python extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python#overview).
4343
- [Git](https://www.git-scm.com/downloads).
@@ -160,7 +160,7 @@ The following snippets are all taken from the [cosmos_get_started.py](https://gi
160160
5. Run the following command to install the azure-cosmos package.
161161
162162
```python
163-
pip install --pre azure-cosmos
163+
pip install azure-cosmos aiohttp
164164
```
165165
166166
If you get an error about access being denied when attempting to install azure-cosmos, you'll need to [run VS Code as an administrator](https://stackoverflow.com/questions/37700536/visual-studio-code-terminal-how-to-run-a-command-with-administrator-rights).
@@ -220,4 +220,4 @@ Trying to do capacity planning for a migration to Azure Cosmos DB? You can use i
220220
* If you know typical request rates for your current database workload, read about [estimating request units using Azure Cosmos DB capacity planner](estimate-ru-with-capacity-planner.md)
221221
222222
> [!div class="nextstepaction"]
223-
> [Import data into Azure Cosmos DB for the SQL API](../import-data.md)
223+
> [Import data into Azure Cosmos DB for the SQL API](../import-data.md)

0 commit comments

Comments
 (0)