10064:8c3207703dac | 10065:de4ae767b0e3 |
---|---|
42 pip = ericApp().getObject("Pip") | 42 pip = ericApp().getObject("Pip") |
43 pip.installPackages( | 43 pip.installPackages( |
44 RequiredPackages, interpreter=PythonUtilities.getPythonExecutable() | 44 RequiredPackages, interpreter=PythonUtilities.getPythonExecutable() |
45 ) | 45 ) |
46 | 46 |
47 | |
47 # | 48 # |
48 # eflag: noqa = U200 | 49 # eflag: noqa = U200 |