File size: 112 Bytes
397cbc8
 
 
 
1
2
3
4
5
import subprocess
output = subprocess.getoutput("pip list")
print("📦 Installed packages:")
print(output)