From 8dcfcbb60c4247c8c9b1074d97f3b643f773ea95 Mon Sep 17 00:00:00 2001 From: Hsuan-lin Her Date: Thu, 27 Aug 2020 14:13:54 -0700 Subject: [PATCH] update installation in from setup.py to pip install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c31cbfb..6f9a86a 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Please visit our wiki page to learn more about usage of clipper: https://github. cd clipper conda env create -f environment3.yml conda activate clipper3 -python setup.py install +pip install . ``` ## Command Line Usage