Hi all, How can I install pyflyte(flytekit) by wge...
# ask-the-community
g
Hi all, How can I install pyflyte(flytekit) by wget instead of pip install?
y
I don't think you can install flytekit by wget, since flytekit is basically a python package. Instead, you can try flytectl.
y
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.
g
Gotcha, I have decided to use pip
Thank you all