devbisme / KiField

Edit/insert/delete part fields in KiCad schematics or libraries using a spreadsheet.
MIT License
70 stars 27 forks source link

Docs on installation are missleading #42

Closed KarlZeilhofer closed 5 years ago

KarlZeilhofer commented 6 years ago

Hi,

I've just installed kifield on Linux Mint 18.1 by running $ sudo easy_install .

Your docs says $ easy_install kifield

Either this should be case sensitive
$ easy_install KiField or running from within the repos folder with
$ easy_install .

Further more, a sudo is needed on Linux.

Greets, Karl

kasbah commented 6 years ago

I think it would make more sense to recommend pip over easy_install anyway. https://packaging.python.org/guides/tool-recommendations/#id2