From 371276b2e166d7a5f6654ea799df280340fdab3c Mon Sep 17 00:00:00 2001 From: Elton de Souza <48670536+e-desouza@users.noreply.github.com> Date: Wed, 2 Sep 2020 21:11:46 -0400 Subject: [PATCH] Update from pip to pip3 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 42516b9a15..bd3da38b51 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -80,7 +80,7 @@ For Linux platforms, refer to the following from Docker: If you're not using Docker for Mac, or Docker for Windows, you may need, or choose to, install the Docker compose Python module separately, in which case you'll need to run the following: ```bash -(host)$ pip install docker-compose +(host)$ pip3 install docker-compose ``` #### Frontend Development