leoheck / kiri

Kiri is a visual tool designed for reviewing schematics and layouts of KiCad projects that are version-controlled with Git.
MIT License
493 stars 35 forks source link

Provide a path to python-requirements.txt w/ installing Python deps #101

Closed IamPhytan closed 1 year ago

IamPhytan commented 1 year ago

This PR is a fix to #100.

When installing Python modules, this PR adds a verification to the process:

Before merging, I would check with @MarcelRobitaille, as this fix may hinder on the build process for the AUR package he maintains, as per #82.

leoheck commented 1 year ago

Thanks for your PR. I changed it a bit. If KIRI_HOME is empty then it sets it with "./" as it was run locally for the first time.