diff --git a/docs/installation/air-gapped-installation.md b/docs/installation/air-gapped-installation.md index 8f29a15..43b21d8 100644 --- a/docs/installation/air-gapped-installation.md +++ b/docs/installation/air-gapped-installation.md @@ -37,7 +37,7 @@ Run the following commands in an online environment: PACKAGE_SPEC="gpustack" # Download all required packages -pip download $PACKAGE_SPEC -d gpustack_offline_packages +pip wheel $PACKAGE_SPEC -w gpustack_offline_packages # Install GPUStack to access its CLI pip install gpustack