From 2ac03e3d99d31bbb0c257191e5758e8e41b46e2e Mon Sep 17 00:00:00 2001 From: Marco Esters Date: Thu, 13 Oct 2022 11:01:04 -0700 Subject: [PATCH] Update installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba2dfc3e..2eb90642 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ that packages' meta.yaml files adhere to certain Anaconda standards. ## Installation 1. `conda env create -f environment.yaml` 2. `conda activate anaconda-linter` -3. `python setup.py install` +3. `make install` ## Usage