diff --git a/compose/install.md b/compose/install.md index 66de6db1e7..654d64114b 100644 --- a/compose/install.md +++ b/compose/install.md @@ -120,7 +120,7 @@ in your terminal to download the binaries. These step-by-step instructions are also included below. > For `alpine`, the following dependency packages are needed: -> `py-pip`, `python-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo` and `make`. +> `py-pip`, `python3-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo` and `make`. {: .important} 1. Run this command to download the current stable release of Docker Compose: @@ -170,7 +170,7 @@ sudo ln -s /usr/local/bin/docker-compose /usr/bin/docker-compose #### Install using pip > For `alpine`, the following dependency packages are needed: -> `py-pip`, `python-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, and `make`. +> `py-pip`, `python3-dev`, `libffi-dev`, `openssl-dev`, `gcc`, `libc-dev`, `rust`, `cargo`, and `make`. {: .important} Compose can be installed from