install module to current directory pip code example
Example 1: how to pip install in folder
pip install --target=d:\somewhere\other\than\the\default package_name
Example 2: install module to current directory pip
pip install <package-name> -t .