Comment trouver tous les packages installés dans Python

# open cmd and type:
py sudo apt-get install python-pip
# and then
pip freeze 
Rocku0