python module or package install at a particular location -t <directory> code example
Example 1: python module or package install at a particular location -t
pip install -t lib/ <library_name>
Example 2: python module or package install at a particular location -t
pip install -t lib/ <library_name>