Como instalar pacotes Python no diretório local

pip3 install <your_python_module_name> -t lib/
Ugliest Unicorn