From 69dc55947dfb84b745257d584144c6dbed217a6b Mon Sep 17 00:00:00 2001 From: "B. Besmer" Date: Sun, 23 May 2021 11:15:26 +0200 Subject: [PATCH] Update README.md Fixed the path for installing the requirements --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dea361d..a3102ac 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ The Python dependencies (excluding KiCad) are listed in [eeschema/requirements.txt][eeschema/requirements.txt] and can be installed with ``` -pip install -r eeschema/requirements.txt +pip install -r src/requirements.txt ``` ### Installation on Ubuntu/Debian: