Install the OTXv2 Python SDK
masterYou can install the SDK directly from PyPI using pip. Alternatively, you can install it from the source by cloning the repository and running the setup script.
pip install OTXv2Or from source
# From the root directory of the cloned repo
pip install .
# OR
python setup.py install