Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
pypi から python パッケージをインストールする機能をアプリに書きたいと思います。私のコードでは、たとえば次のように表示したいと思います。
import pip pip.install('some_pgk')
サブプロセスなどを使用せずにこれを行う最良の方法は何ですか?