Skip to content

Commit ba39159

Browse files
Update project_structure.md
1 parent 5441543 commit ba39159

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

episodes/project_structure.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ pixi add requests
7878
✔ Added requests >=2.32.5,<3
7979
```
8080
Let us see that gets added to the pixi.toml
81-
``toml
81+
82+
```toml
8283
[dependencies]
8384
requests = ">=2.32.5,<3"
8485
```
@@ -101,13 +102,12 @@ There is also a command to update your dependencies to newer versions where poss
101102
pixi update
102103
```
103104
```output
104-
✔ Lock-file was already up-to-date
105+
▪ solving [━━━━━━━━━━━━━━━━━━━━] 0/1
106+
▪ updating lock-files [━━━━━━━━━━━━━━━━━━━━] 0/2
105107
```
106-
107108
```output
108-
▪ fetching repodata [━━━━━━━━━━━━━━━━━━━━]
109-
▪ solving [━━━━━━━━━━━━━━━━━━━━] 1/1
110-
```
109+
✔ Lock-file was already up-to-date
110+
```
111111

112112
```python
113113
# happy.py <- A module

0 commit comments

Comments
 (0)