Replace pip and virtualenv with uv for modern Python development
- Replace python312Packages.pip and python312Packages.virtualenv with uv package - Update README.md to document uv as the Python package manager - Add comprehensive uv documentation section with usage examples: * Project initialization and dependency management * Virtual environment creation and management * Package installation and upgrades * Tool usage (pipx replacement) * Migration guidance from pip/virtualenv workflows Benefits of uv over traditional tools: - 10-100x faster package installation and dependency resolution - Unified toolchain replacing pip, virtualenv, pip-tools, poetry, and more - Global caching for efficient disk usage and faster installs - Better dependency resolution and conflict handling - Drop-in compatibility with existing requirements.txt and PyPI packages - Modern project management with pyproject.toml and lock files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
9e603d1e39
commit
6b46eb93bf
2 changed files with 79 additions and 3 deletions
|
|
@ -57,8 +57,7 @@
|
|||
texlive.combined.scheme-full
|
||||
btop
|
||||
python312
|
||||
python312Packages.pip
|
||||
python312Packages.virtualenv
|
||||
uv
|
||||
lftp
|
||||
termscp
|
||||
httpie
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue