How to run Pip commands from CMD
Little side note for anyone new to Python who didn’t figure it out by theirself: this should be automatic when installing Python, but just in case, note that to run Python using the python command in Windows’ CMD you must first add it to the PATH environment variable, as explained here. To execute Pip, first of all make sure you have it … Read more