パッケージング

pip freeze > requirements.txt
pip wheel -r requirements.txt -w lib/

インストール

pip install -r requirements.txt -d lib/