From c42a0ff7e5ab2e5dfd8d8f13f461adfcff119b71 Mon Sep 17 00:00:00 2001 From: Anders Huss Date: Fri, 15 Feb 2019 07:35:11 +0100 Subject: [PATCH] add PyPI install to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index d4ba52a..d7b8fae 100644 --- a/README.md +++ b/README.md @@ -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/