Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 544 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 544 Bytes

LaunchDarkly Sample Python Application


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.

Build instructions

  1. Install the LaunchDarkly Python SDK by running pip install -r requirements.txt
  2. Copy your SDK key and feature flag key from your LaunchDarkly dashboard into test.py
  3. Run python test.py