Skip to content
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

pip installation? #55

Closed
aress31 opened this issue Sep 5, 2022 · 1 comment · Fixed by #56
Closed

pip installation? #55

aress31 opened this issue Sep 5, 2022 · 1 comment · Fixed by #56

Comments

@aress31
Copy link

aress31 commented Sep 5, 2022

It seems that this lib is not yet available on the pip registry. If you could installation steps to the doc, that would be great!

@hugovk hugovk changed the title PIP Installation? pip installation? Sep 6, 2022
@hugovk hugovk closed this as completed in #56 Sep 6, 2022
@hugovk
Copy link
Member

hugovk commented Sep 6, 2022

This project has been on PyPI since October 2011:

https://pypi.org/project/humanize/

There are a couple of badges on the README, and it can be installed in the usual way, but I've updated the README and docs to include installation instructions:

Installation

From PyPI

python3 -m pip install --upgrade humanize

From source

git clone https://github.com/python-humanize/humanize
cd humanize
python3 -m pip install -e .

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 a pull request may close this issue.

2 participants