Skip to content

Commit

Permalink
Update installation instructions for linux
Browse files Browse the repository at this point in the history
- point out that python 2.7 is required
- download from a supported release rather than head
  • Loading branch information
balshetzer committed Jul 6, 2013
1 parent bd6ba8f commit aee8132
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,15 @@ to "Enable access for assistive devices" If you do not do this, Plover
will not work.

Linux (debian/ubuntu):
There is no package yet so an installation requires installing all dependencies.
Run the following commands::
There is no package yet so an installation requires installing all dependencies. First, you must have python 2.7. Then
run the following commands::

cd ~
sudo apt-get install git python-xlib python-serial python-wxgtk2.8 python-pip
cd
sudo apt-get install python-xlib python-serial python-wxgtk2.8 python-pip
sudo pip install -U appdirs simplejson
git clone https://github.com/plover/plover
cd plover
wget https://github.com/plover/plover/archive/v2.3.1.tar.gz
tar -zxf v2.3.1.tar.gz
cd plover-2.3.1
sudo python setup.py install

Once this is done then you should be able to run plover from the applications menu or from the command line with::
Expand Down

0 comments on commit aee8132

Please sign in to comment.