We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Simple local HTTP server: python3 -m http.server --bind 127.0.0.1
python3 -m http.server --bind 127.0.0.1
List installed packages in user site dir as a dependency tree: pipdeptree -u
pipdeptree -u
Upgrade installed package: pip install -U --user <pkg>
pip install -U --user <pkg>
There was an error while loading. Please reload this page.