Как установить пакеты Python в локальном каталоге

pip3 install <your_python_module_name> -t lib/
Ugliest Unicorn