Skip to content

Commit 029677a

Browse files
committed
mod: tweeks after second test
1 parent 70fc512 commit 029677a

File tree

1 file changed

+1
-31
lines changed

1 file changed

+1
-31
lines changed

talk/slides.md

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -116,36 +116,6 @@ autodesk$ echo $(whoami)
116116

117117
---
118118

119-
# Migration Output
120-
121-
<div style="
122-
font-family: monospace;
123-
background-color: white; /* light gray background */
124-
padding: 1em;
125-
border-radius: 6px;
126-
border: 1px solid #ccc; /* subtle border around entire block */
127-
display: inline-block;
128-
max-width: 900px;
129-
">
130-
<div>~my-project$ uvx migrate-to-uv</div>
131-
<div> Installed 1 package in 16ms</div>
132-
<div style="
133-
border: 2px solid red;
134-
border-radius: 4px;
135-
padding: 4px;
136-
margin: 4px 0;
137-
background-color: #fff5f5; /* very light red background for emphasis */
138-
">
139-
Locking dependencies with "uv lock"...
140-
</div>
141-
<div>Using CPython 3.12.4 interpreter at: /Users/sunnivaindrehus/.pyenv/versions/3.12.4/bin/python3.12</div>
142-
<div>Resolved 123 packages in 1.01s</div>
143-
<div>Successfully migrated project from Poetry to uv!</div>
144-
</div>
145-
146-
---
147-
148-
149119
# Basic API
150120

151121
## Install uv
@@ -302,7 +272,7 @@ dependencies = [
302272
303273
---
304274
305-
# Poetry vs. UV
275+
# Poetry 2.X vs. UV
306276
307277
308278
![bg right w:500 h:700](figures/illustrations/dependency_hell.png)

0 commit comments

Comments
 (0)