Skip to content

Commit

Permalink
deploy.md fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bclaremar authored Nov 21, 2024
1 parent 140f392 commit 336315e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 336315e

Please sign in to comment.