Added note about pip installing at system level.

Recommended manual cache generation.
This commit is contained in:
Salvador E. Tropea 2020-10-17 15:19:09 -03:00
parent 52a29c26d7
commit 1c26dd5f66
2 changed files with 14 additions and 0 deletions

View File

@ -1364,6 +1364,13 @@ pip install --no-compile kibot
Note that `pip` has the dubious idea of compiling everything it downloads.
There is no advantage in doing it and it interferes with the `mcpy` macros.
If you are installing at system level I recommend generating the compilation caches after installing.
As `root` just run:
```shell
kibot --help-outputs > /dev/null
```
### Installation on other targets
- Install KiCad 5.x

View File

@ -590,6 +590,13 @@ pip install --no-compile kibot
Note that `pip` has the dubious idea of compiling everything it downloads.
There is no advantage in doing it and it interferes with the `mcpy` macros.
If you are installing at system level I recommend generating the compilation caches after installing.
As `root` just run:
```shell
kibot --help-outputs > /dev/null
```
### Installation on other targets
- Install KiCad 5.x