From c2723173e46b236b452f7dcac53d5b479e0c5983 Mon Sep 17 00:00:00 2001 From: William Tan <1284324+Ninja3047@users.noreply.github.com> Date: Wed, 21 Jan 2026 09:27:05 -0500 Subject: [PATCH] remove note, can be confusing --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 29a5d28..dbab84e 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,3 @@ uvx cookiecutter -o ~/tmp gh:trailofbits/cookiecutter-python `cookiecutter` will prompt you for the project's name and all other relevant metadata. - -## Note - -The project will be generated using `uv`, a near drop-in replacement for -`pip` which is still in active development. - -Packages are installed using `uv pip install ` (after -activating the virtual environment). \ No newline at end of file