diff --git a/_posts/2020-09-07-Python Wheel.md b/_posts/2020-09-07-Python Wheel.md index 84ad0d9..6ed006c 100644 --- a/_posts/2020-09-07-Python Wheel.md +++ b/_posts/2020-09-07-Python Wheel.md @@ -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