0

I installed software using pip3 but funny thing is I can't seem to find it. I went to dash and typed the name of the software and nothing came up. I've used pip3 a lot with Flask but this software isn't related to Flask and don't know where to find it.

Any suggestions ?

1 Answers1

0

pip3 install python modules. Only a small fraction of the modules include Executable files for you to use directly, most of them require you to import them into your own python code.

  • Strange. That wasn't mentioned on the download website. So pip3 installs modules or I may say plugins for other python programs. I misunderstood this part. Thank you. – Mark Alexa Jan 08 '18 at 23:38