From b84916148db6bde4c725afcfd1b9455935385c4d Mon Sep 17 00:00:00 2001 From: Juliano Fernandes Date: Tue, 21 Jan 2025 01:26:12 -0300 Subject: [PATCH] Update README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10841fe..bd6eea3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Install Python programs in a safe and isolated environment. -This script is intended to be used as an installation tool for Python programs that do not have their own installation method with dependency isolation. It uses Python's built-in modules **venv** and **pip** to create a virtual environment and install the program along with its dependencies inside that environment. +This script is intended to be used as an installation tool for Python programs that do not have their own installation method with dependency isolation. It uses Python's built-in modules **venv** and **pip** to create a virtual environment, install the program along with its dependencies inside that environment, and create symbolic links for the executable scripts registered in the Python package. These links are placed in the user's local bin directory, usually `~/.local/bin`. ### Requirements