diff --git a/docs/deployment/deploy.md b/docs/deployment/deploy.md index 46dae6b3..0d27d799 100644 --- a/docs/deployment/deploy.md +++ b/docs/deployment/deploy.md @@ -176,7 +176,7 @@ pip freeze > requirements.txt - Other users can then install the same packages with: ```console -pip install -user -r requirements.txt +pip install --user -r requirements.txt ``` - Continue