Skip to content

Commit

Permalink
update linux instructions to install pyserial via pip
Browse files Browse the repository at this point in the history
  • Loading branch information
balshetzer committed Jul 22, 2013
1 parent 6bc16a5 commit 6b0a558
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ There is no package yet so an installation requires installing all dependencies.
run the following commands::

cd
sudo apt-get install python-xlib python-serial python-wxgtk2.8 wmctrl python-dev python-pip
sudo pip install -U appdirs simplejson
sudo apt-get install python-xlib python-wxgtk2.8 wmctrl python-dev python-pip
sudo pip install -U appdirs simplejson pyserial
wget https://github.com/plover/plover/archive/v2.5.0.tar.gz
tar -zxf v2.5.0.tar.gz
cd plover-2.5.0
Expand Down

0 comments on commit 6b0a558

Please sign in to comment.