Skip to content

Commit

Permalink
add PyPI install to README
Browse files Browse the repository at this point in the history
  • Loading branch information
andhus committed Feb 15, 2019
1 parent f4528eb commit c42a0ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@ include/exclude.
- Multiprocessing for up to [6x speed-up](#performance)

## Installation
From PyPI:
```commandline
pip install dirhash
```
Or directly from source:
```commandline
git clone git@github.com:andhus/dirhash.git
pip install dirhash/
Expand Down

0 comments on commit c42a0ff

Please sign in to comment.