lego_dimensions_protocol icon indicating copy to clipboard operation
lego_dimensions_protocol copied to clipboard

Missing a word in Linux install documentation

Open ghost opened this issue 6 years ago • 1 comments

Hello,

You forgot the keyword "install" in Linux install documentation :

Make sure Python 2.x is installed. sudo apt-get python for debian users. Other distros will vary. Install pyusb from your software center and pip.

Should be :

Make sure Python 2.x is installed. sudo apt-get install python for debian users. Other distros will vary. Install pyusb from your software center and pip.

Thanks a lot for you awesome work !

ghost avatar Jun 30 '18 19:06 ghost

Fixed in https://github.com/woodenphone/lego_dimensions_protocol/pull/4 Thanks!

VincentW2 avatar Jul 07 '18 21:07 VincentW2