pip install docker-py
または を使用している人を見たことがありますpip install 'molecule[docker]'
。
似ていると思います(同等?)
私は言うhttps://molecule.readthedocs.io/en/stable/getting-started.htmlを読みまし た:
Molecule には、 を使用して Molecule をインストールするときに提供される Docker ドライバー用の外部 Python 依存関係が必要
pip install 'molecule[docker]'
です。
それでmolecule[docker]
、ある意味で良いですか?