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
One thing to note is that Python 3 cannot use pip install pip autoremove on the project homepage. Instead, use 'pip install python3 pip autoremove. Now you can directly use pip3 autoremove xxx to uninstall a package and all its dependent.
pip3 autoremove flasks, such as unloading flasks
The text was updated successfully, but these errors were encountered:
One thing to note is that Python 3 cannot use
pip install pip autoremove
on the project homepage. Instead, use'pip install python3 pip autoremove
. Now you can directly usepip3 autoremove xxx
to uninstall a package and all its dependent.pip3 autoremove flasks
, such as unloading flasksThe text was updated successfully, but these errors were encountered: