how to install module on piecharming code example
Example 1: how to install python libraries 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 $_}