From dc6e5874db35e39ec5e389a5fbd8e96459dd4173 Mon Sep 17 00:00:00 2001 From: Isaiah Raspet Date: Tue, 16 Apr 2024 17:50:53 -0700 Subject: [PATCH] update install instructions --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fe3b14..43cdf8a 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,5 @@ In the case of an error, q2-diversity can be installed from https://github.com/q If no error is thrown, proceed to installing q2-boots with the following commands: ``` -git clone https://github.com/qiime2/q2-boots.git -cd q2-boots -make install +pip install https://github.com/qiime2/q2-boots/archive/refs/heads/main.zip ``` \ No newline at end of file