def _install_deps_wheels(): """Python wheels are much faster (no compiling).""" print('Installing dependencies...') check_call([sys.executable, '-m', 'pip', 'install', '-r', 'requirements/run.in'])