From 30fc5af1fe11968d0fc1696de2af5ce631a159f7 Mon Sep 17 00:00:00 2001 From: Akash <64683866+akamhy@users.noreply.github.com> Date: Wed, 22 Jul 2020 21:30:46 +0530 Subject: [PATCH] pip git install example --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 580d441..0a7c181 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,10 @@ Using [pip](https://en.wikipedia.org/wiki/Pip_(package_manager)): ```bash pip install waybackpy ``` - +or direct from this repository using git. +```bash +pip install git+https://github.com/akamhy/waybackpy.git +``` ## Usage