Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Fix Package Name typo in pip install instructions #609

New issue

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

Merged
merged 1 commit into from
Jan 1, 2021

Conversation

ngehrsitz
Copy link
Contributor

Change package name in pip install instructions to match pypi with - instead of _

@brian-brazil
Copy link
Contributor

The current instructions seem to work for me, are you sure this is broken?

@ngehrsitz
Copy link
Contributor Author

The current instructions seem to work for me, are you sure this is broken?

This is probably due to the fact that pypi automatically converts the _ to - since both of these links work:
https://pypi.org/project/prometheus_client/
https://pypi.org/project/prometheus-client/

However when you are using a tool wihtout this logic like pycharm you do not find the package that you are looking for if you input the _
pycharm pypi underscore problem2

Change package name in pip install instructions to match pypi with - instead of _

Signed-off-by: Norman Gehrsitz <[email protected]>
@brian-brazil brian-brazil merged commit cc5143c into prometheus:master Jan 1, 2021
@brian-brazil
Copy link
Contributor

Thanks!

I don't see a problem here, but we should be consistent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants