Added a note about virtualenv to the docs.

Closes #39
This commit is contained in:
Salvador E. Tropea 2021-01-05 15:23:52 -03:00
parent a6c4bd3bc9
commit 9ce0f891cd
2 changed files with 12 additions and 2 deletions

View File

@ -1403,11 +1403,16 @@ As `root` just run:
kibot --help-outputs > /dev/null
```
### 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.
I don't know how to make it.
### Installation on other targets
- Install KiCad 5.x
- Install Python 3.5 or newer
- Install the Python Yaml module
- Install the Python Yaml and requests modules
- Run the script *src/kibot*

View File

@ -600,11 +600,16 @@ As `root` just run:
kibot --help-outputs > /dev/null
```
### 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.
I don't know how to make it.
### Installation on other targets
- Install KiCad 5.x
- Install Python 3.5 or newer
- Install the Python Yaml module
- Install the Python Yaml and requests modules
- Run the script *src/kibot*