We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dda280 commit 095de7cCopy full SHA for 095de7c
libvirt-py-vm/README.md
@@ -7,6 +7,11 @@ It uses the Pulumi Libvirt provider (https://www.pulumi.com/docs/reference/pkg/l
7
8
## Running the App
9
10
+1. The libvirt provider uses the libvirt module. Therefore, libvirt needs to be installed on the machine from which you are running pulumi.
11
+ - Mac: `brew install libvirt`
12
+ - Windows: See: https://libvirt.org/windows.html
13
+ - Others: https://libvirt.org/downloads.html
14
+
15
1. Create a new stack:
16
17
```
0 commit comments