hellow everyone, i tried to install PyMongo package with pip( i hope that is the way to do it). [its a part of a login system]
my command line was:
C:/Python36/Scripts/pip install PyMongo
But, when i put it in the command line i got
the system cannot find the file specificied.
And the import line in the code was:
from flask_pymongo import PyMongo
Do someone knows what should i do? Thanks!!