Skip to content

Commit

Permalink
# added trusted-host to fire install
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriceling committed Dec 3, 2021
1 parent ac3a40c commit d55840a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion astools.py
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit d55840a

Please sign in to comment.