
On Wed, 2020-04-22 at 15:28 +0200, Erik Skultety wrote:
+`ansible`, `python3-toml` and `virt-install` need to be available on the host, +the former two can be either installed system-wide using your package manager +or using by `pip` (see the provided requirements.txt file).
s/using by/using/ You should also add backticks around requirements.txt.
The latter can only +be installed with your package manager as `virt-install` is not distributed via +PyPi.
s/PyPi/PyPI/
+Before you can start bringing up guests, you need to create (ideally by +copying the `config.toml` template) ~/.config/lcitool/config.toml and set at
Backticks around /.config/lcitool/config.toml. With these nits fixed, Reviewed-by: Andrea Bolognani <abologna@redhat.com> -- Andrea Bolognani / Red Hat / Virtualization