Python: Difference between revisions
Add the uv tool as an option |
m fix grammar |
||
Line 224: | Line 224: | ||
=== Using uv === | === Using uv === | ||
<blockquote>A single tool to replace <code>pip</code>, <code>pip-tools</code>, <code>pipx</code>, <code>poetry</code>, <code>pyenv</code>, <code>virtualenv</code>, and more.</blockquote> | <blockquote>A single tool to replace <code>pip</code>, <code>pip-tools</code>, <code>pipx</code>, <code>poetry</code>, <code>pyenv</code>, <code>virtualenv</code>, and more.</blockquote>uv is very simple to use. Simply <code>uv init</code> to get started. No need for shells, as it creates virtual environments. | ||
As a systemPackage<syntaxhighlight lang="nix"> | As a systemPackage<syntaxhighlight lang="nix"> |