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