Documentation ¶ Overview ¶ Package wheelinstall installs a pure-Python wheel into a site-packages directory. Index ¶ func Install(wheelPath, sitePackagesDir string) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Install ¶ func Install(wheelPath, sitePackagesDir string) error Install extracts the wheel at wheelPath into sitePackagesDir and writes the INSTALLER marker into its .dist-info. Entries that would escape sitePackagesDir, and wheels without a .dist-info, are rejected. Types ¶ This section is empty. Source Files ¶ View all Source files wheelinstall.go Click to show internal directories. Click to hide internal directories.