diff --git a/docs/installation.md b/docs/installation.md index 739917870d..9c12fae2bf 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -95,6 +95,13 @@ installation command would look like this: $ python3 -m pip install --user "molecule-plugins[podman]" ``` +!!! warning + + If you upgrade molecule from previous versions, make sure to remove + previously installed drivers like for instance `molecule-podman` or + `molecule-vagrant` since those are now available in the `molecule-plugins` + package. + Installing molecule package also installed its main script `molecule`, usually in `PATH`. Users should know that molecule can also be called as a python module, using `python -m molecule ...`. This alternative method