Step 1

pip Install the Library

The DataHeroes library has dependency on other libraries. Please note that when installing the DataHeroes library, older versions of other libraries you may be using may get automatically updated. Please refer to this link for a list of our library dependencies.

  1. pip install dataheroes
Step 2

Activate the Library

  1. from dataheroes.utils import activate_account
  2. activate_account("john.doe@gmail.com")

Browse our Documentation & Code Examples