You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The pip() function is altogether too long and ought to be refactored. The argparse code could probably go in its own function, for starters; and any code that assumes we're coming from a command-line invocation probably belongs outside of pip(), which might be called from some other context.
The text was updated successfully, but these errors were encountered:
The
pip()
function is altogether too long and ought to be refactored. The argparse code could probably go in its own function, for starters; and any code that assumes we're coming from a command-line invocation probably belongs outside ofpip()
, which might be called from some other context.The text was updated successfully, but these errors were encountered: