Skip to content

Commit

Permalink
docs: update README to clarify support for Poetry and Conda virtual e…
Browse files Browse the repository at this point in the history
…nvironments
  • Loading branch information
Tlaloc-Es committed Jan 6, 2025
1 parent 1371bea commit a158c2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@

</div>

# 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

Expand Down

0 comments on commit a158c2e

Please sign in to comment.