導出 python安裝列表及相關依賴到 **.txt 中python
pip freeze > file_path/file_name.txtip
安裝 **.txt 中的 lib 到 系統中pip
pip install -r file_path/file_name.txtfile