We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't support python2?
The text was updated successfully, but these errors were encountered:
Yes, and never will :)
Sorry, something went wrong.
@xycloud Hatch will work with python 2 projects but you need Python 3 in order to install it.
I typically install is using pipsi. The command I used is as follows:
pipsi install --python `which python3` hatch
That will install hatch in your system using python 3.
@amjith Good catch, thanks!
@xycloud Sorry for not being clear. Only the actual install of Hatch requires Python 3.
No branches or pull requests
doesn't support python2?
The text was updated successfully, but these errors were encountered: