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
@@ -37,7 +37,7 @@ In this quickstart, you create and manage an Azure Cosmos DB SQL API account fro
37
37
* Without an Azure active subscription:
38
38
*[Try Azure Cosmos DB for free](../try-free.md), a tests environment that lasts for 30 days.
39
39
*[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`.
41
41
-[Visual Studio Code](https://code.visualstudio.com/).
42
42
- The [Python extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-python.python#overview).
43
43
-[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
160
160
5. Run the following command to install the azure-cosmos package.
161
161
162
162
```python
163
-
pip install --pre azure-cosmos
163
+
pip install azure-cosmos aiohttp
164
164
```
165
165
166
166
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
220
220
* 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)
221
221
222
222
> [!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