Skip to content

Commit

Permalink
Merge pull request #56 from python-humanize/add-installation-instruct…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
hugovk committed Sep 6, 2022
2 parents e0e82da + c0591ae commit 694a2d6
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Expand Up @@ -46,6 +46,22 @@ human-readable size or throughput. It is localized to:

<!-- usage-start -->

## 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
Expand Down

0 comments on commit 694a2d6

Please sign in to comment.