Christian Fredrik Johnsen 4017615af3 refactor: use elif when checking for -m pip in command to be
executed.

This is a logical change. If the command is `pip install ...`, then you
don't need to look for `python -m pip install ...` in the same command.
Either you have `pip install ...` or `python -m pip install ...`
or something completely different.
2024-12-28 12:47:53 +01:00
..