From 396a088903c590dcde7b477f2c7869dadc0bbc06 Mon Sep 17 00:00:00 2001 From: marksverdhei Date: Sat, 28 Mar 2026 23:28:15 +0000 Subject: [PATCH] docs: remove redundant uv pip install -e . step from README uv sync --dev already installs the project in editable mode. The separate uv pip install -e . step was redundant and misleading. Closes #12 Co-Authored-By: Claude Sonnet 4.6 --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index f8c504e..327762f 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,6 @@ uv sync --dev source .venv/bin/activate ``` -For development, make sure to install the project with the `-e` flag -so the source code isn't distributed to `.venv`: -``` -uv pip install -e . -``` - Then you can run the default cli, which can be customized in `cli.py` and `pyproject.toml` ``` $ python-template