From a158c2eefb29b405c869df3333abf446bcc9d3da Mon Sep 17 00:00:00 2001 From: Tlaloc-Es Date: Mon, 6 Jan 2025 15:55:37 +0100 Subject: [PATCH] docs: update README to clarify support for Poetry and Conda virtual environments --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9f8e4f1..8b1a825 100644 --- a/README.md +++ b/README.md @@ -20,9 +20,9 @@ -# Delete .venv Directories +# Delete .venv (Virtualenv, Poetry and Conda) Directories -`killpy` is a simple tool designed to locate and delete `.venv` directories from your projects (and Conda envs too). It can help you quickly clean up unnecessary virtual environments and save disk space. +`killpy` is a simple tool designed to locate and delete `.venv` directories from your projects, including virtual environments created by Poetry and Conda. It can help you quickly clean up unnecessary virtual environments and save disk space. ## Features