%general-entities; ]> Command Explanations -w dist: builds the appropriate "wheel" for this module in the directory dist. --no-build-isolation: tells pip3 to run the build in the system environment instead of creating a temporary build environment. --no-deps: prevents pip3 from building wheels for the project's dependencies. --no-index: ignores the package index (only looking at --find-links URLs instead). --find-links dest: looks for links to archives such as wheel (.whl) files in the directory dist. --no-cache-dir: diables the cache to prevent a warning when installing as the &root; user.