For anyone wondering how to call pip list
from a Python program you can use the following:
import pippip.main(['list]) # this will print all the packages
For anyone wondering how to call pip list
from a Python program you can use the following:
import pippip.main(['list]) # this will print all the packages