From 50318ac34f76bd05545b90171011a3a18008f9ea Mon Sep 17 00:00:00 2001 From: Ignacio Rivero Date: Mon, 23 Jun 2025 18:31:54 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1be9151..c0963b6 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ CatNote is a minimalist web application that lets you generate Markdown-based re cd catnote ``` -2. **Install Python dependencies** +2. **Install Python dependencies (instructions for a venv)** ```sh pip install -r requirements.txt