How to get a list of installed modules in Python (freeze-like list)
At the command prompt, run this command: pip freeze
to get a list that can be put into a text file (need to figure out what to call it and how to use it) that is like a freeze list in JavaScript. You can also use pip list
for a …