Skip to content

Commit d55840a

Browse files
committed
# added trusted-host to fire install
1 parent ac3a40c commit d55840a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

astools.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,9 @@
4343
import fire
4444
except ImportError:
4545
subprocess.check_call([sys.executable, '-m', 'pip',
46-
'install', 'fire'])
46+
'install', 'fire',
47+
'--trusted-host', 'pypi.org',
48+
'--trusted-host', 'files.pythonhosted.org'])
4749
import fire
4850

4951

0 commit comments

Comments
 (0)