what do I need before I can pip install modules code example
Example 1: how to download packages using pip
pip install package name
Example 2: pip upgrade python
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}
pip install package name
pip freeze | %{$_.split('==')[0]} | %{pip install --upgrade $_}