From a5ea4eeb99002b3d076814e1f54301dff3df6e93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erkan=20=C3=87olak?= Date: Thu, 9 Jan 2025 16:11:03 +0100 Subject: [PATCH] Update README.md Install instruction for MacOS --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 368ad71..4817266 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,11 @@ If this tool has saved you a lot of time when designing a PCB, please consider s pip install easyeda2kicad ``` +Note: In MacOS you need to use the KiCad python to install easyeda2kicad. +```bash +/Applications/KiCad/KiCad.app/Contents/Frameworks/Python.framework/Versions/Current/bin/python3 -m pip install easyeda2kicad +``` + ## 💻 Usage ```bash