Download & Install Offline
This page walks you through the specific case of downloading the packages to a local folder, and installing from it offline at a later time/on a separate device
👉 For general instructions (combined download & install), follow the main Installation Instructions instead.
What will you need to get started? Please make sure you have your email and license key on-hand. If you do not know what your email and license key, please contact DataCebo.
Please also double check that your machine meets the Technical Requirements for SDV Enterprise.
Get the SDV Installer
Step 1: Download packages to a local destination
The installer is able to look up all the packages that you have access to, and download each one. Run the command below in your terminal console to download the packages and save them to a local folder:
sdv-installer download --folder sdv-enterprise
(You can replace the name sdv-enterprise
with the name of a local folder. All packages will be downloaded inside the folder.)
You will be prompted for some input.
When prompted for a username, enter your email
When prompted for a license key, enter your license key. Please be sure you copy-paste exactly as provided by DataCebo.
If this authenticates successfully, the installer will automatically download all the packages you have access to — SDV Enterprise, as well as any additional bundles you have purchased.
Username: <email>
License Key: ********************************
Downloading alling SDV Enterprise:
sdv-enterprise (version 0.30.0) - Downloaded!
Downloading Bundles:
bundle-cag - Downloaded!
bundle-xsynthesizers - Downloaded!
Success! All packages have been downloaded. Please install the packages to use SDV Enterp
Step 2: Install offline from your local folder
Now, you can complete the installation offline from the local folder that you created in step 2. This step can be done on a different machine, and it will not require any internet connection. If needed, please transfer the folder to the final destination before completing the installation.
sdv-installer install --folder sdv-enterprise
(Replace the name sdv-enterprise
with the name of the local folder you created in step 2.)
Installing SDV Enterprise:
sdv-enterprise (version 0.30.0) - Installed!
Installing Bundles:
bundle-cag - Installed!
bundle-xsynthesizers - Installed!
Success! All packages have been installed. You are ready to use SDV Enterprise.
Step 3: Verify the installation
To verify that your installation worked, open Python and run the following commands:
# run these commands in Python
import sdv
print(sdv.version.enterprise)
If you've successfully installed SDV Enterprise, this should print a version of SDV Enterprise from this page.
Last updated