Installing pip on windows using command line in windows

Photo of author

By Jackson Taylor

YouTube video
python -m pip install -U pip setuptools

installing a library using pip

I WANT TO INSTALL “yweather” PACKAGE
simply type following command on windows command prompt

python -m pip install yweather
See also
FTP -SENDING FILE BETWEEN WINDOWS AND RASPBERRY PI