diff --git a/README.md b/README.md index 189c5c9..3de3ec5 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,22 @@ human-readable size or throughput. It is localized to: +## Installation + +### From PyPI + +```bash +python3 -m pip install --upgrade humanize +``` + +### From source + +```bash +git clone https://github.com/github.com/python-humanize/humanize +cd humanize +python3 -m pip install -e . +``` + ## Usage ### Integer humanization