are there any isntructions on how to build a wheel...
# ask-the-community
a
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?
a
just want to use whats in master
that hasnt been shipped. yet
y
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)
a
ah perfect
thanks