You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @lurk26 I'm hoping to investigate this, can you let me know what your Python environment looks like on Windows? This sounds like a good idea, and I'm keen to help if you're not able to send a PR? I have Python 3.8 and 3.9 installed from the MS Store here, would you recommend an alternative approach?
I am using the v2 branch and on Windows. The command-line utility does not work out of the box because the scripts are using unix shebangs. Please consider using console_scripts feature in setuptools:
https://python-packaging-user-guide.readthedocs.io/guides/distributing-packages-using-setuptools/?highlight=scripts#console-scripts
The text was updated successfully, but these errors were encountered: