Skip to content

Commit

Permalink
Update 2020-09-07-Python Wheel.md
Browse files Browse the repository at this point in the history
  • Loading branch information
neverset123 authored Dec 15, 2024
1 parent 215874e commit 97606b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2020-09-07-Python Wheel.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags:
a wheel name can be broken down like this:
{dist}-{version}(-{build})?-{python}-{abi}-{platform}.whl

wheel installation is much faster than source code installation
wheel installation is much faster than source code installation(python -m pip install -e .)

you can try to download from pypi the binary(whl) or source code zip to check the installation speed
#python -m pip download --only-binary :all: --dest . --no-cache six
Expand Down

0 comments on commit 97606b7

Please sign in to comment.