Installation Instructions
These steps walk you through installing all the packages that you have access to — SDV Enterprise, as well as any other bundles.
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: Install all packages
The SDV Installer is able to look up all the packages that you have access to, and install each one. Run the command below in your terminal console:
sdv-installer install --upgrade
This same command will also update any existing versions of SDV Enterprise to the latest version.
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 install all the packages you have access to — SDV Enterprise, as well as any additional bundles you have purchased.
Username: <email>
License Key: ********************************
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 2: 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.
FAQs
Last updated