Skip to content

Conversation

swalkinshaw
Copy link
Member

Fixes #306

The init command can be slow during the pip install step depending on network connections, first projects, or uncached dependencies. Since the output was hidden behind a spinner, it's not obvious what's happening during these situations.

This will switch to verbose mode showing pip install's stdout to provide more information and a sign of progress most importantly.

Fixes #306

The `init` command can be slow during the `pip install` step depending
on network connections, first projects, or uncached dependencies. Since
the output was hidden behind a spinner, it's not obvious what's
happening during these situations.

This will switch to verbose mode showing `pip install`'s stdout to
provide more information and a sign of progress most importantly.
@swalkinshaw swalkinshaw force-pushed the init-cmd-add-verbose-output-for-long-operations branch from db1c245 to 3a1afa8 Compare February 5, 2023 15:14
@swalkinshaw swalkinshaw merged commit cd3f1cc into master Feb 5, 2023
@swalkinshaw swalkinshaw deleted the init-cmd-add-verbose-output-for-long-operations branch February 5, 2023 15:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Installing dependencies step with more progress information
1 participant