You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Compose can be installed from pypi using pip. If you install using pip, we recommend that you use a virtualenv because many operating systems have python system packages that conflict with docker-compose dependencies.
It seems to be problematic to use pip to install docker-compose and the best way is to implement it in a way as described in the official documentation: https://docs.docker.com/compose/install/#install-compose
There are different ways to install it and the "Alternative Install Option" is the way to do it.
The text was updated successfully, but these errors were encountered: