I'll be using Python on the Arduino Yun, but wanted to develop scripts on my Windows machine. Need Python + the pip package manager (to install add on modules).
- Install Python (Yun uses 2.7): https://www.python.org/download/
- Install setuptools: http://www.lfd.uci.edu/~gohlke/pythonlibs/#setuptools
- Install pip: http://www.lfd.uci.edu/~gohlke/pythonlibs/#pip
Now you can start a shell by navigating to Start>Python 2.7>IDLE
Install add ons by starting a Windows command shell (Windows+R and type cmd.exe and press enter). CD to your Python install directory (C:\Python27 by default). CD Scripts. Then you can type something along the lines of:
pip install git+https://github.com/dgrtwo/ParsePy.git
And it will just magically install (hopefully).
Install add ons by starting a Windows command shell (Windows+R and type cmd.exe and press enter). CD to your Python install directory (C:\Python27 by default). CD Scripts. Then you can type something along the lines of:
pip install git+https://github.com/dgrtwo/ParsePy.git
And it will just magically install (hopefully).
2 comments:
Travel Agency
Travel Agency
Travel Agency
Travel Agency
Travel Agency
the article is very good and the links are very useful. thanks for share
Post a Comment