cara menemukan semua paket yang diinstal dalam python

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