Hello Flyte Community, I've created a video tutor...
# contribute
l
Hello Flyte Community, I've created a video tutorial on setting up Flyte development, following the Flyte contribution guide. You can view the video here:

https://youtu.be/V-KlVQmQAjE

If you find it suitable, you can consider to upload it to the official Flyte YouTube channel. Here's a Python snippet to help with the download:
Copy code
import pytube

yt = pytube.YouTube("<https://youtu.be/V-KlVQmQAjE>")
stream = yt.streams.get_highest_resolution()
stream.download()
k
Cc @David Espejo (he/him) can you share on LinkedIn
b
very nice and useful demo!!