Here you can easily get started with Unleash SDK for Python and experiment.
pip install -r requirements.txt
cp -n .env.example .env
python main.py
Check out main.py for the code.
You can set you instance URL and API client token in .env
.
Set your flag name on line :16
.
To add a new dependency, edit requirements.txt
and run pip install -r requirements.txt
.