DEV Community

Anurag Roy
Anurag Roy

Posted on

install all modules using only this pip command

pip freeze | %{$.split('==')[0]} | %{pip install --upgrade $}

Top comments (0)