diff --git a/docs/getting_started/astro.rst b/docs/getting_started/astro.rst index c0bedc7e64..a904b36aaa 100644 --- a/docs/getting_started/astro.rst +++ b/docs/getting_started/astro.rst @@ -12,6 +12,11 @@ To get started, you should have: - The Astro CLI installed. You can find installation instructions `here `_. - An Astro CLI project. You can initialize a new project with ``astro dev init``. +- A dbt project. The `jaffle shop example `_ is a great first step. To use the jaffle shop example to demo Cosmos... + + - Clone the jaffle shop project using ``git clone`` into the ``/dags`` directory created by ``astro dev init`` + - Add ``dbt-postgres`` to the requirements.txt file created by ``astro dev init`` + Create a virtual environment ~~~~~~~~~~~~~~~~~~~~~~~~~~~~