From 74949d9595f2d9089640bf318cc077ab4fcd09e6 Mon Sep 17 00:00:00 2001 From: kawaiipunk Date: Sun, 28 Jun 2020 00:05:11 +0100 Subject: [PATCH] Added pip3 instead of pip to CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c4196ce..6e23977 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -31,7 +31,7 @@ Install Docker-compose. ```bash $ cd autonomic.zone $ python3 -m venv .venv -$ pip install -r requirements.txt +$ pip3 install -r requirements.txt ``` Then fire up the container with the following.