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 5441543 commit ba39159Copy full SHA for ba39159
episodes/project_structure.md
@@ -78,7 +78,8 @@ pixi add requests
78
✔ Added requests >=2.32.5,<3
79
```
80
Let us see that gets added to the pixi.toml
81
-``toml
+
82
+```toml
83
[dependencies]
84
requests = ">=2.32.5,<3"
85
@@ -101,13 +102,12 @@ There is also a command to update your dependencies to newer versions where poss
101
102
pixi update
103
104
```output
-✔ Lock-file was already up-to-date
105
+▪ solving [━━━━━━━━━━━━━━━━━━━━] 0/1
106
+▪ updating lock-files [━━━━━━━━━━━━━━━━━━━━] 0/2
107
-
108
-▪ fetching repodata [━━━━━━━━━━━━━━━━━━━━]
109
-▪ solving [━━━━━━━━━━━━━━━━━━━━] 1/1
110
-```
+✔ Lock-file was already up-to-date
+```
111
112
```python
113
# happy.py <- A module
0 commit comments