are there any isntructions on how to build a wheel...
# flyte-support
l
are there any isntructions on how to build a wheel fro flytekit master?
h
I don't think there is.. for my own edu what is it you are attempting to achieve with that?
l
just want to use whats in master
that hasnt been shipped. yet
t
you can always install from a sha
Copy code
pip install --no-deps -U --force-reinstall "<https://github.com/flyteorg/flytekit/archive/><gitsha>.zip#egg=flytekit"
is what i normally do (assuming I already have all the dependencies)
l
ah perfect
thanks