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
Hi!
I like the looks of this project.
I tried to install it with
git clone https://github.com/Michael-F-Bryan/auto-changelog.git cd auto-changelog/ pip install .
but it didn't work. I realized there is no setup.py, because you are using poetry.
setup.py
poetry
My guess is that you don't want to maintain both type of installation procedures, right?
The text was updated successfully, but these errors were encountered:
Which pip version do you use? I cannot reproduce it neither with 19.2.3 nor with 20.2.2.
Your example
is working as well as
pip install git+https://github.com/Michael-F-Bryan/auto-changelog.git
See also python-poetry/poetry#321 (comment)
Sorry, something went wrong.
Oh damn 😂
I am using pip 18, so that is probably the issue.
Thanks.
No branches or pull requests
Hi!
I like the looks of this project.
I tried to install it with
but it didn't work. I realized there is no
setup.py
, because you are usingpoetry
.My guess is that you don't want to maintain both type of installation procedures, right?
The text was updated successfully, but these errors were encountered: