ladislas / Bare-Arduino-Project

Start your Arduino projects right out of the box
MIT License
565 stars 68 forks source link

Update INSTALL.md #64

Closed redsnout closed 3 years ago

redsnout commented 3 years ago

Added a quick note for installing pySerial on macOS

ladislas commented 3 years ago

thanks @redsnout for the PR!

looking at the context of the changes, it appears that my python instructions are a bit out of date.

Python 2 has been deprecated, Python 3 should be used instead. Could you fix line 123 by removing the python@2?

Also installing pyserial should be done this way now:

python3 -m pip install -U --user pyserial

Could you update line 129 with this?

redsnout commented 3 years ago

@ladislas Thanks for the feedback. I have updated with the two additional things you have mentioned.

ladislas commented 3 years ago

thanks @redsnout -- I've added a comment, can you remove the "To install pySerial on OS X...", it is not needed anymore

redsnout commented 3 years ago

Sorry for the confusion, we should be good now.

ladislas commented 3 years ago

Thanks a lot! 👍