We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2443040 commit 317878aCopy full SHA for 317878a
Python3Scripting_examples/tools_pip_install/main.py
@@ -6,4 +6,6 @@ def install(package):
6
else:
7
pip._internal.main(['install', package])
8
9
-install('requests')
+install('requests')
10
+
11
+pip.main(['list'])
0 commit comments