Installing the SDK
Python SDK Installation
To integrate VWO FME SDK into your Python application, you must first install the SDK through a Python package manager. VWO FME Python SDK can be installed using pip.
Requirements
Python Version
3.6 onwards
Installation via pip
To integrate VWO FME Python SDK into your application through pip, run the following command through the command line. Make sure you run this command in the correct directory where your app resides.
pip install vwo-fme-python-sdk
Source Code
VWO FME SDKs source code is available in various languages on GitHub. All the SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2024-2025.
Language | Repository |
---|---|
Python | https://github.com/wingify/vwo-fme-python-sdk |
Updated 7 days ago