python wheel quick guide




To create a wheel

python setup.py bdist_wheel

To create your requirements.txt file

pip wheel -r requirements.txt

To install a wheel

pip install some-package.whl

Comments

Popular posts from this blog

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type