Skip to content

Commit c0591ae

Browse files
committed
Add installation instructions
1 parent e0e82da commit c0591ae

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,22 @@ human-readable size or throughput. It is localized to:
4646

4747
<!-- usage-start -->
4848

49+
## Installation
50+
51+
### From PyPI
52+
53+
```bash
54+
python3 -m pip install --upgrade humanize
55+
```
56+
57+
### From source
58+
59+
```bash
60+
git clone https://github.com/python-humanize/humanize
61+
cd humanize
62+
python3 -m pip install -e .
63+
```
64+
4965
## Usage
5066

5167
### Integer humanization

0 commit comments

Comments
 (0)