I am trying to download flask-wtf systemwide with
sudo apt-get install python3-flask-wtf
but nothing was found also
sudo apt-get install python3-python-flask-wtf
as with jwt extended was also not found does any of you know the
sudo apt-get install python3-packagename of flask_wtf
?
I tried to download flask-wtf with the
sudo apt-get install python3-flask-wtf
command, but could not download. I knew that for flask-jwt-extended
you needed to append python to the command like
sudo apt-get install python3-python-flask-jwt-extended
3