- Secret Recipes of the Python Ninja
- Cody Jackson
- 82字
- 2021-06-25 22:14:42
Creating wheels and bundles
pip wheel allows the developer to bundle all project dependencies, along with any compiled files, into a single archive file. This is useful for installing when index servers aren't available, and eliminates recompiling code. However, recognize that compiled packages are normally OS- and architecture-specific, as they are normally C code, meaning they are generally not portable across different systems without recompiling. This is also a good use of hash-checking to ensure future wheels are built with identical packages.
推薦閱讀
- Mastering Zabbix(Second Edition)
- JavaScript語言精髓與編程實踐(第3版)
- Practical Internet of Things Security
- Learning Python Design Patterns(Second Edition)
- Hands-On C++ Game Animation Programming
- AutoCAD VBA參數化繪圖程序開發與實戰編碼
- ASP.NET 3.5程序設計與項目實踐
- BeagleBone Black Cookbook
- Android系統級深入開發
- 51單片機C語言開發教程
- PHP從入門到精通(第4版)(軟件開發視頻大講堂)
- 動手打造深度學習框架
- 零基礎學C語言(升級版)
- Mastering Adobe Captivate 7
- JavaScript從入門到精通(視頻實戰版)