Install
Python SDK Installation
To integrate VWO Python SDK into your application, you first need to install the SDK through a package manager for Python. VWO Python SDK can be installed using pip
Requirements
Note:
Python version >= 2.7.x
Python 3 is supported
Installation via pip
To integrate VWO Python SDK into your application through npm, 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-python-sdk
Source Code
The VWO SDK code is available in various languages on GitHub. All different SDKs published under Wingify Organization on GitHub are licensed under Apache 2.0 License (c) Wingify Pvt. Ltd. 2019-2020.
Language | Repository |
---|---|
Python | https://github.com/wingify/vwo-python-sdk |
Updated over 3 years ago
What’s Next