We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d5231 commit fe72c3fCopy full SHA for fe72c3f
episodes/6_extra.md
@@ -46,7 +46,7 @@ This command will:
46
- Run the start task exactly as defined in your configuration file.
47
48
This provides a convenient and reproducible way to launch your project without needing to manually manage dependencies or commands.
49
-
+You can check the example project [here](https://github.com/priya-gitTest/greet_me)
50
::::::::::::::::::::::::::::::::::::: keypoints
51
- Define tasks such as `start` in your `pixi.toml` or `pyproject.toml`.
52
- Use `pixi run <task-name>` to execute those tasks.
0 commit comments