From 6218ffabca878ec2f191381871b46a8ed5d0298f Mon Sep 17 00:00:00 2001 From: "Celestial.y" Date: Tue, 7 Oct 2025 22:42:03 +0800 Subject: [PATCH] Add importance of venv to uv/README.md --- scriptdata/uv/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scriptdata/uv/README.md b/scriptdata/uv/README.md index 5110e5ca1..af2fc817c 100644 --- a/scriptdata/uv/README.md +++ b/scriptdata/uv/README.md @@ -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.