We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After doing
sudo easy_install kifield I get the error:
error: Couldn't find a setup script in /home/simon/Documents/kicad/00tools/KiField/kifield
I have no experience with easy_install
The text was updated successfully, but these errors were encountered:
Have you tried pip? I am guessing you are using Debian/Ubuntu so it would be:
pip
sudo apt install python3-pip pip3 install kifield
Sorry, something went wrong.
jep sudo pip install kifield did it. maybe elaborate on that in the readme. not everyone is savvy with python.
No branches or pull requests
After doing
sudo easy_install kifield I get the error:
error: Couldn't find a setup script in /home/simon/Documents/kicad/00tools/KiField/kifield
I have no experience with easy_install
The text was updated successfully, but these errors were encountered: