Skip to content

Commit 0d27173

Browse files
Update project_structure.md
1 parent 44a0201 commit 0d27173

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

episodes/project_structure.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,7 @@ python = ">=3.10"
6262
[tasks]
6363
start = "python -c 'from my_package import happy; print(happy.greet_happy())'"
6464
```
65-
```bash
66-
pixi run start
67-
```
68-
```output
69-
Yay! happy day! 😀
70-
```
65+
7166

7267
Lets install the dependencies now, which wiil generate the `pixi.lock` file
7368
```bash
@@ -103,4 +98,9 @@ greet_me/
10398
├── happy.py
10499
└── sad.py
105100
```
106-
101+
```bash
102+
pixi run start
103+
```
104+
```output
105+
Yay! happy day! 😀
106+
```

0 commit comments

Comments
 (0)