From 127f03c4342b20bea58e2f2d18ab9eddb6e39ab6 Mon Sep 17 00:00:00 2001 From: Idan Cohen Date: Thu, 4 Aug 2022 16:27:16 +0300 Subject: [PATCH] download tar.gz files --- pip-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pip-install.sh b/pip-install.sh index 1d97ac2..d4b281a 100755 --- a/pip-install.sh +++ b/pip-install.sh @@ -14,7 +14,7 @@ print_help() { search_package() { local package=$1 - curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+whl | grep -Ev 'macos|arch|arm|cp27' > urls.txt + curl https://pypi.org/project/$package/\#files -s | grep -Eo https://files\.+\.+tar.gz > urls.txt } download_package() {