We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a0201 commit 0d27173Copy full SHA for 0d27173
episodes/project_structure.md
@@ -62,12 +62,7 @@ python = ">=3.10"
62
[tasks]
63
start = "python -c 'from my_package import happy; print(happy.greet_happy())'"
64
```
65
-```bash
66
-pixi run start
67
-```
68
-```output
69
-Yay! happy day! 😀
70
+
71
72
Lets install the dependencies now, which wiil generate the `pixi.lock` file
73
```bash
@@ -103,4 +98,9 @@ greet_me/
103
98
├── happy.py
104
99
└── sad.py
105
100
106
-
101
+```bash
102
+pixi run start
+```
+```output
+Yay! happy day! 😀
0 commit comments