prefect-demo-flow
prefect-demo-flow copied to clipboard
Many packages
Thanks for this demo. It's actually quite an interesting flow! One minor quibble: since Poetry lacks support for --system-site-env, the install is multiple hundred megabytes, and trips on some compilation step on my machine. The venv route is fine, though I used pipenv --site-packages shell instead. Another option to recommend for beginners is Anaconda. But I guess this demo is aimed at folks proficient in Python.