Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit 159794d

Browse files
authored
Merge pull request #4 from raquel-ucl/patch-1
Very small contribution on pip installing the requirements.
2 parents d1fd4be + 82b81a9 commit 159794d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,11 @@ network interface belonging to the subnet. The virtual machine is a `Standard_D1
6363
git clone https://github.com/Azure-Samples/resource-manager-python-template-deployment.git
6464
cd resource-manager-python-template-deployment
6565
```
66+
1. Install all required libraries within the virtual environment.
67+
68+
```
69+
pip install -r requirements
70+
```
6671
6772
1. Create environment variables with the necessary IDs for Azure authentication.
6873
You can learn where to find the first three IDs in the Azure portal in [this document](https://docs.microsoft.com/en-us/azure/azure-resource-manager/resource-group-create-service-principal-portal#get-application-id-and-authentication-key).

0 commit comments

Comments
 (0)