this might sound like a super basic question, but with pip install, if I've installed flask when working on a previous project, do I need to do the whole "pip3 install flask" (or any other library) when working on a new project, or will it already be installed?
#codingquestion