Description
Greetings,
Despite being on windows, I can't / don't want to install the Visual Studio 2003 compiler.
I finally found someone whom have compiled the wheel files that I could install using
pip install pylzma-0.5.0-XXX.whl
Wheels can be downloaded here: https://www.lfd.uci.edu/~gohlke/pythonlibs/#pylzma
But that's really painful and not automatize-able.
I get it that you prefer to install the library using source code by default, and that's great.
But could you too give a wheel option, at least for the latest version of python?
I mean, I now hesitate to use this package in my projects, because it won't be easy for the users to install this lib if pip throws an error each time they try to install it.
If I missed something, please, do tell me.
Thank you for your work on this library.