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

The specified initialization vector (IV) does not match the block size for this algorithm