We've built a simple console application that demonstrates how LaunchDarkly's SDK works. Below, you'll find the basic build procedure, but for more comprehensive instructions, you can visit your Quickstart page.
- Install the LaunchDarkly Python SDK by running
pip install -r requirements.txt
- Copy your SDK key and feature flag key from your LaunchDarkly dashboard into
test.py
- Run
python test.py