Welcome to the Dagster tutorial! Before we get started, we need to install Dagster on our machine.
We’ll assume that you have some familiarity with Python, but you should be able to follow along even if you’re coming from a different programming language. To check that Python and the pip package manager are already installed in your environment or install them, you can follow the instructions here.
If you haven't already, please read about our Installation page.
pip install dagster dagit
This installs two modules:
You can also follow our "Hello Word" example to make sure you have installed the packages and set up the environment properly.