File tree Expand file tree Collapse file tree 1 file changed +1
-31
lines changed
Expand file tree Collapse file tree 1 file changed +1
-31
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments