Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
image_modifikations_jessie [2016/01/28 21:59] admin [Python Modules] |
image_modifikations_jessie [2016/02/07 00:35] (current) admin [Others] |
||
|---|---|---|---|
| Line 163: | Line 163: | ||
| $ sudo apt-get install python-serial | $ sudo apt-get install python-serial | ||
| - | __install | + | __install |
| < | < | ||
| - | $ sudo pip install | + | $ wget https:// |
| + | $ tar -xvf pyOSC-0.3.5b-5294.tar.gz | ||
| + | $ cd pyOSC-0.3.5b-5294/ | ||
| + | $ sudo ./setup.py install | ||
| __install python pi cam__ | __install python pi cam__ | ||
| Line 186: | Line 189: | ||
| $ cd embedded-artist-master/ | $ cd embedded-artist-master/ | ||
| $ sudo cp pyomxplayer.py / | $ sudo cp pyomxplayer.py / | ||
| + | $ sudo pip install pexpect | ||
| + | |||
| ---- | ---- | ||
| ==== SSH ==== | ==== SSH ==== | ||
| Line 248: | Line 253: | ||
| ---- | ---- | ||
| ==== Others ==== | ==== Others ==== | ||
| - | $ sudo apt-get install htop | + | $ sudo apt-get install htop idle git tcpdump |
| ---- | ---- | ||