Skip to content

Commit 001393e

Browse files
committed
added venv recommendation
1 parent 9ee5d91 commit 001393e

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

06_Create_First_Cosmos_DB_Project/README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,15 @@ Retrieve the connection string from the Azure portal by navigating to your Azure
3535
## Lab 1 - Create your first Cosmos DB for the MongoDB application
3636

3737
Using a notebook, we'll create a Cosmos DB for the MongoDB application in this lab. You can use the Azure Cosmos DB Emulator or an Azure Cosmos DB account in Azure. The following concepts will be covered in this lab:
38-
1. Create a database
39-
2. Create a collection
40-
3. Create a document
41-
4. Read a document
42-
5. Update a document
43-
6. Delete a document
44-
7. Query documents
38+
39+
1. Create a database
40+
2. Create a collection
41+
3. Create a document
42+
4. Read a document
43+
5. Update a document
44+
6. Delete a document
45+
7. Query documents
46+
47+
It is highly recommended that you use a [virtual environment](https://python.land/virtual-environments/virtualenv) for this lab
4548

4649
Please visit the lab repository to complete this lab.

0 commit comments

Comments
 (0)