2

I want to write some feature in my app, which install python packages from pypi. In my code I want to see, for example, this:

import pip
pip.install('some_pgk')

What the best way to do this, without using subprocess and etc?

Gr1N
  • 1,337
  • 3
  • 14
  • 19

0 Answers0