We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9e2d2c commit b034c97Copy full SHA for b034c97
scripts/createLinuxPythonWheels.sh
@@ -7,7 +7,7 @@ wget -L https://data.kitware.com/api/v1/file/592dd8068d777f16d01e1a92/download -
7
gunzip -d zstd-1.2.0-linux.tar.gz
8
tar xf zstd-1.2.0-linux.tar
9
10
-curl -L https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/latest/ITKPythonBuilds-linux.tar.zst -O ITKPythonBuilds-linux.tar.zst
+curl -L https://github.com/InsightSoftwareConsortium/ITKPythonBuilds/releases/download/latest/ITKPythonBuilds-linux.tar.zst -O
11
./zstd-1.2.0-linux/bin/unzstd ITKPythonBuilds-linux.tar.zst -o ITKPythonBuilds-linux.tar
12
tar xf ITKPythonBuilds-linux.tar
13
0 commit comments