mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 07:19:27 -05:00
Add importance of venv to uv/README.md
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
## Why is this important?
|
||||
Instead of installing python packages via system package manager, we should install them into virtual environment.
|
||||
|
||||
This is important because there has been so many complaints about the failure installing/updating python packages via system package manager, see [#1017](https://github.com/end-4/dots-hyprland/issues/1017).
|
||||
|
||||
## How to add/remove python package?
|
||||
|
||||
1. Edit `requirements.in`. You may refer to [PyPI](https://pypi.org/) for possible package names.
|
||||
|
||||
Reference in New Issue
Block a user