I have seen people using pip install docker-py
or pip install 'molecule[docker]'
.
I believe they are similar (equivalent?)
I read https://molecule.readthedocs.io/en/stable/getting-started.html which says :
Molecule requires an external Python dependency for the Docker driver which is provided when installing Molecule using
pip install 'molecule[docker]'
.
so is the molecule[docker]
one better in some way ?