I have Python installed in Windows and used pip
to install lots of things.
How can I know what packages I installed with pip
?
I have Python installed in Windows and used pip
to install lots of things.
How can I know what packages I installed with pip
?
pip list
will list all your installed packages.