How to install 'pyflyte', I could not find any ref...
# flyte-support
r
How to install 'pyflyte', I could not find any reference?
i
you can find the steps here https://docs.flyte.org/en/latest/quickstart_guide.html#getting-started-quickstart-guide pyflyte is included in flytekit
r
I have installed flytekit (using pip), but still pyflyte command is not working.
I followed the doc here: https://flyte-next.readthedocs.io/en/latest/introduction.html#getting-started pip install flytekit flytekitplugins-deck-standard scikit-learn
Which in addition to flytekit, installs flytekitplugins-deck-standard
Now it is working
a
@ripe-jelly-46231 generally
pip install flytekit
should be enough for pyflyte to work. Any particular error you were getting?