{"tool":"pip","tool_display":"Pip","intent":"list-outdated-packages","intent_display":"list outdated packages","title":"Pip Command: list outdated packages","command_string":"pip list -o","raw_command_string":"pip list {{[-o|--outdated]}}","description":"Exact CLI syntax to list outdated packages using Pip.","usage_scenario":"Check for outdated Python packages in your development environment.","scenario_context":"Check for outdated Python packages in your development environment.","simulated_output":"Package    Version   Latest   Type\n---------- --------- -------- -------\nrequests   2.25.1   2.26.0  wheel\nnumpy      1.19.5   1.21.0  wheel","how_to_steps":["Open your terminal or command prompt.","Run the command: pip list --outdated.","Review the list of outdated packages displayed."],"inferred_category":"Package Management","canonical_url":"https://www.syntaxstandard.com/pip/list-outdated-packages"}