From ba5cb510c045ff46219bdfdc0170a1b5549e3c9b Mon Sep 17 00:00:00 2001 From: Liupold Date: Sat, 8 Jan 2022 11:36:38 +0530 Subject: [PATCH] Better way to install from github. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 659f36b..1664231 100644 --- a/README.md +++ b/README.md @@ -33,10 +33,10 @@ From PIP: ```shell python -m pip install --upgrade fmdpy ``` -From github: (after clone) +From github: ```shell -python ./install.py +python -m pip install git+https://github.com/Liupold/fmdpy ``` ## UPDATE