Cómo instalar paquetes de Python en el directorio local

pip3 install <your_python_module_name> -t lib/
Ugliest Unicorn