Merge remote-tracking branch 'origin/master'
This commit is contained in:
@@ -20,6 +20,7 @@ Contributors (in alphabetical order)
|
||||
* Bertrand Bordage (https://github.com/BertrandBordage)
|
||||
* Brian E (brian@realize.org)
|
||||
* David Herring (https://github.com/abadger1406)
|
||||
* Jens Kadenbach (https://github.com/audax)
|
||||
* Kolmar Kafran
|
||||
* IHLeanne (https://github.com/IHLeanne)
|
||||
* Iliya Georgiev (ikgeorgiev@gmail.com)
|
||||
|
||||
@@ -7,7 +7,7 @@ import os
|
||||
import sh
|
||||
|
||||
try:
|
||||
from sh import pip
|
||||
pip = sh.Command('pip')
|
||||
PIP = True
|
||||
except sh.CommandNotFound:
|
||||
PIP = False
|
||||
|
||||
Reference in New Issue
Block a user