Creating a new Dagster project
The easiest way to start building a Dagster project is by using the create-dagster CLI. This CLI tool allows you to create a special type of Python package, called a project, that defines a Dagster code location.
Prerequisites
- Python 3.9+
- If using
uvas your package manager, you will need to installuv(Recommended). - If using
pipas your package manager, you will need to install thecreate-dagsterCLI with Homebrew,curl, orpip.
For detailed instructions, see the Installation guide.