diff --git a/astools.py b/astools.py index 3f8a906..f13fc4b 100644 --- a/astools.py +++ b/astools.py @@ -43,7 +43,9 @@ import fire except ImportError: subprocess.check_call([sys.executable, '-m', 'pip', - 'install', 'fire']) + 'install', 'fire', + '--trusted-host', 'pypi.org', + '--trusted-host', 'files.pythonhosted.org']) import fire