From 1a100d73abe6541dcfb3ce8fcdfc0f200a7cfad7 Mon Sep 17 00:00:00 2001 From: Einar Forselv Date: Sat, 7 Mar 2020 02:28:46 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70fedea..9c2ebcc 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ In dev we should ideally start the backup container manually ```bash docker-compose run --rm backup sh # pip install the package in the container in editable mode to auto sync changes from host source -pip install -e . +pip3 install -e . ``` ## Contributing