Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FAB-5204] Doc: Delete
pip install docker-compose
This patch deletes description of installing docker-compose by pip. I propose to install docker-compose by downloading from the GitHub Releases page [1], not by pip. - A binary we can download from the GitHub Releases page is stand-alone; we don't need to worry about conflict among dependencies of docker-compose [2] and other packages for Behave BDD tests - The official docker-compose document recommends to use virtualenv because of dependency conflict if we install by pip [3] - We don't use pip in devenv/setup.sh to setup a developer environment Installation details for docker-compose aren't this page as we don't describe for other prerequisites: git, go, etc. [1] https://github.com/docker/compose/releases [2] https://pypi.python.org/pypi/docker-compose [3] https://docs.docker.com/compose/install/#alternative-install-options Change-Id: I5e7cdd5a5489c43b2f47d616b1dc4d1491cc2136 Signed-off-by: Yuta Namiki <y-namiki@ak.jp.nec.com>
- Loading branch information