https://dagster.io/ logo
#ask-community
Title
# ask-community
w

Wen Hou

06/16/2022, 8:52 PM
hello, dagster team, where can i find instructions to run the projects in the
examples/
folder? thanks !
c

claire

06/16/2022, 10:29 PM
Hi Wen. You should just be able to select a given file and run
dagit -f <file_path>
or one of the other CLI methods here: https://docs.dagster.io/_apidocs/cli#dagit
w

Wen Hou

06/16/2022, 11:44 PM
thanks @claire do i need to run
make dev_install
beforehand to install the deps?
c

claire

06/16/2022, 11:48 PM
yep, you could run
make dev_install
(which is what we use to create a local dev environment). If you don't need something that heavyweight, you could consider just installing individual packages by running (for example for the nyt example)
pip install dagster/examples/nyt-feed
w

Wen Hou

06/17/2022, 1:40 AM
oh, got it, thanks!
2 Views