Skip to content

Commit 095de7c

Browse files
Add libvirt module installation to readme (#999)
1 parent 0dda280 commit 095de7c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libvirt-py-vm/README.md

+5
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ It uses the Pulumi Libvirt provider (https://www.pulumi.com/docs/reference/pkg/l
77

88
## Running the App
99

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+
1015
1. Create a new stack:
1116

1217
```

0 commit comments

Comments
 (0)