From c0591aeb25a067fcfb3419e5e524f4ebd72c1380 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Tue, 6 Sep 2022 09:07:28 +0300 Subject: [PATCH] Add installation instructions --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 189c5c9..d63929a 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/python-humanize/humanize +cd humanize +python3 -m pip install -e . +``` + ## Usage ### Integer humanization