nix-templates/python-uv/README.md

5 lines
270 B
Markdown

# Python environments with uv2nix
Source Documentation: https://pyproject-nix.github.io/uv2nix/usage/hello-world.html
- To use `uv` to manage virtual environments enter: `nix develop .#impure`
- To use `nix` to manage virtual environments enter: `nix develop .#uv2nix`