Hello Flyte Community, I've created a video tutor...
# contribute
d
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()
🔥 5
🎯 4
❤️ 8
gratitude thank you 4
f
Cc @average-finland-92144 can you share on LinkedIn
🔥 1
❤️ 1
p
very nice and useful demo!!
❤️ 1
👍 1