- 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.
推薦閱讀
- PyTorch自動(dòng)駕駛視覺(jué)感知算法實(shí)戰(zhàn)
- Quarkus實(shí)踐指南:構(gòu)建新一代的Kubernetes原生Java微服務(wù)
- 人人都懂設(shè)計(jì)模式:從生活中領(lǐng)悟設(shè)計(jì)模式(Python實(shí)現(xiàn))
- Learning Data Mining with R
- 量化金融R語(yǔ)言高級(jí)教程
- Scala Data Analysis Cookbook
- 軟件項(xiàng)目管理實(shí)用教程
- ASP.NET Web API Security Essentials
- Mastering jQuery Mobile
- 愛(ài)上C語(yǔ)言:C KISS
- Scrapy網(wǎng)絡(luò)爬蟲(chóng)實(shí)戰(zhàn)
- Visual Basic語(yǔ)言程序設(shè)計(jì)基礎(chǔ)(第3版)
- ANSYS FLUENT 16.0超級(jí)學(xué)習(xí)手冊(cè)
- Python Penetration Testing Essentials
- Learning Azure DocumentDB