Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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 python OSC:__ !!!\\+__install pyOSC:__\\
 <del>  $ sudo pip install pyosc</del>\\ <del>  $ sudo pip install pyosc</del>\\
-  $ sudo pip install python-osc+  $ wget https://pypi.python.org/packages/source/p/pyOSC/pyOSC-0.3.5b-5294.tar.gz 
 +  $ 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/python/   $ cd embedded-artist-master/python/
   $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages/   $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages/
 +  $ 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
        
 ---- ----