Python wheels are a distribution format for Python packages. They simplify the installation process.
Creating a wheel:
# Install wheel
$ pip install wheel
# Create wheel
$ python setup.py bdist_wheel
·
Python wheels are a distribution format for Python packages. They simplify the installation process.
Creating a wheel:
# Install wheel
$ pip install wheel
# Create wheel
$ python setup.py bdist_wheel
Leave a Reply