Hi all, How can I install pyflyte(flytekit) by wge...
# flyte-support
h
Hi all, How can I install pyflyte(flytekit) by wget instead of pip install?
f
I don't think you can install flytekit by wget, since flytekit is basically a python package. Instead, you can try flytectl.
t
you’ll have to use pip to install it. are you just trying to use wget to pull the wheel? i don’t think that will work cuz there are lots of dependencies. pip will still need network access.
h
Gotcha, I have decided to use pip
Thank you all