Skip to Content
Menu
This question has been flagged
1 Reply
1910 Views

author asked me to install library 'pyotp' and 'qrcode'


i am using windows 10 so how to install them and from where

Avatar
Discard

Using Odoo how exactly ?? which type are you using/ trying to setup CE or Enterprise ??

Best Answer
For odoo CE,

To install it in odoo 9,10 use command & t o install it in odoo 11, 12, 13 use command respectively

sudo pip install pyotp qrcode 

sudo pip3 install pyotp qrcode

Enter respective command in your IDE's terminal. Make sure terminal is in interpreter's virtual environment for ur local setup

screenshot:  https://www.awesomescreenshot.com/image/32002826?key=e9e5e7dd02c0888e7c3f1895862b1b45

Avatar
Discard