Update README.md

This commit is contained in:
Einar Forselv 2020-03-07 02:28:46 +01:00
parent 270137d931
commit 1a100d73ab
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ In dev we should ideally start the backup container manually
```bash ```bash
docker-compose run --rm backup sh 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 the package in the container in editable mode to auto sync changes from host source
pip install -e . pip3 install -e .
``` ```
## Contributing ## Contributing