Python What are wheels

Links: 108 Python Index


  • Wheel is a prebuilt package installable by just unzipping the archive and not running any code.
  • Wheels are fancy zip files that have whl as extension
    • We can unzip them using the unzip command: unzip file_name.whl

Last updated: 2022-07-07