Good day,
I am testing the App User Provisioning script on Google Colab. Where do we run the python app_user_provisioner.py command? And do we create the requirements.txt? If not where do we download/find it?
Thank you,
Good day,
I am testing the App User Provisioning script on Google Colab. Where do we run the python app_user_provisioner.py command? And do we create the requirements.txt? If not where do we download/find it?
Thank you,
At the top of your a new notebook, install the contents of requirements.txt at the top.
!pip install pyodk==0.3.0 segno==1.6.1 Pillow==10.3.0
Below that, copy the code you want to run from app_user_provisioner.py
Good day,
I am running App User Provisioner script on Google Colab, but I cant find the pdf file it is suppose to generate. Where is it stored?
Thanks,
From the code, I'd expect it to be written in the same directory you've put app_user_provisioner.py
. It should also be the same directory wherever `settings-*.png" are being written.
Thanks. It finally worked.
Is there an email script to distribute the QR codes to App users?
Thanks,