How do i upgrade individual packages using pip?



  • To upgrade individual python packages using the pip, run the following command.

    In this case os-win is the package to be upgraded and -U is short for --upgrade

    $ pip install os-win -U
    

Log in to reply
 

© Lightnetics 2024