Add python uv example
This commit is contained in:
commit
00f8c67f93
5 changed files with 243 additions and 0 deletions
5
python-uv/README.md
Normal file
5
python-uv/README.md
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
# 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`
|
||||
Loading…
Add table
Add a link
Reference in a new issue