Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
2066 Zobrazení

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


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

Avatar
Zrušit

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

Nejlepší odpověď
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
Zrušit