- Obtain an activation key using either of the following methods:
- Copy the activation key that you received in an order confirmation email.
- Obtain the activation key on the customer portal:
- Log in to the customer portal using the login credentials from an order confirmation email.
- Click the name of the purchased product on the Products page to view the license details.
- Click Copy to clipboard under Activation key.
-
Start the Python shell.
-
Import the module.
import devart.bigcommerce
-
Specify the activation key using the
activate() module method.
devart.bigcommerce.license.activate("<your_activation_key>")
-
(Optional) View the license details.
print(devart.bigcommerce.license.summary)