diff --git a/content/posts/pip-tools-for-python-dependencies-management/index.md b/content/posts/pip-tools-for-python-dependencies-management/index.md index 30dbf6b..18b35ad 100644 --- a/content/posts/pip-tools-for-python-dependencies-management/index.md +++ b/content/posts/pip-tools-for-python-dependencies-management/index.md @@ -125,15 +125,15 @@ def sync_dependencies(ctx: Context) -> None: Invoke is a sort of Makefile, but written in Python. -```shell -❯ invoke --list # shorter: inv -l +```shell-session +$ invoke --list # shorter: inv -l Available tasks: compile-dependencies sync-dependencies update-dependencies -❯ inv compile-dependencies +$ inv compile-dependencies # Runs the commands... ```