You are on page 1of 1

Conda

6 conda install python=3.7.3


7 pip install dagster dagit
8 dagster
9 cd dagster
10 python --version
11 dagster pipeline execute -f hello_world.py -n hello_world_pipeline
12 dagit -f hello_world.py -n hello_world_pipeline
13 history

Source activate dagster

You might also like