Hi everyone! I'm a bit confused by <this tutorial>...
# ask-community
a
Hi everyone! I'm a bit confused by this tutorial. why would we add prefect to requirements.txt if we're using prefecthq/prefect:2-python3.10 base image. isn't prefect there already?
k
It is, but I imagine if this requirements file were in a repository, it would be good to have prefect in there for use in setting up a local dev or testing environment
a
yea, maybe