Python-第三方庫打包與安裝

MathClown發表於2024-11-22

📜 第三方庫打包與安裝

  • 一鍵第三方庫打包
pip freeze > package.txt

  • 安裝txt中的庫
pip install -r package.txt

相關文章