diff --git a/README.md b/README.md index af8f0a35..5f7f7ccd 100644 --- a/README.md +++ b/README.md @@ -1403,6 +1403,11 @@ As `root` just run: kibot --help-outputs > /dev/null ``` +Note that `pip` will automatically install all the needed Python dependencies. +But it won't install other interesting dependencies. +In particular you should take a look at the [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) dependencies. +If you have a Debian based OS I strongly recommend trying to use the `.deb` packages for all the tools. + ### Notes about virtualenv If you try to use a Python virtual environment you'll need to find a way to make the KiCad module (`pcbnew`) available on it. diff --git a/docs/README.in b/docs/README.in index c85ec971..0ae25967 100644 --- a/docs/README.in +++ b/docs/README.in @@ -600,6 +600,11 @@ As `root` just run: kibot --help-outputs > /dev/null ``` +Note that `pip` will automatically install all the needed Python dependencies. +But it won't install other interesting dependencies. +In particular you should take a look at the [KiCad Automation Scripts](https://github.com/INTI-CMNB/kicad-automation-scripts/) dependencies. +If you have a Debian based OS I strongly recommend trying to use the `.deb` packages for all the tools. + ### Notes about virtualenv If you try to use a Python virtual environment you'll need to find a way to make the KiCad module (`pcbnew`) available on it.