File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,12 @@ Installation
36
36
37
37
Windows:
38
38
Plover is available for Windows as a compiled executable. The latest
39
- version is here: https://github.com/plover/plover/releases/download/v2.5.3 /plover.exe
39
+ version is here: https://github.com/plover/plover/releases/download/v2.5.4 /plover.exe
40
40
There is no installer, just run the binary
41
41
42
42
Mac:
43
43
Plover is available for Mac OSX as an app. Download the dmg from:
44
- https://github.com/plover/plover/releases/download/v2.5.3 /Plover.dmg
44
+ https://github.com/plover/plover/releases/download/v2.5.4 /Plover.dmg
45
45
Open the dmg and drag plover to the applications folder to install.
46
46
Before running the application you will also need to
47
47
Open System Preferences, Open "Universal Access" and check the box next
@@ -55,9 +55,9 @@ run the following commands::
55
55
cd
56
56
sudo apt-get install python-xlib python-wxgtk2.8 wmctrl python-dev python-pip
57
57
sudo pip install -U appdirs simplejson pyserial
58
- wget https://github.com/plover/plover/archive/v2.5.3 .tar.gz
59
- tar -zxf v2.5.3 .tar.gz
60
- cd plover-2.5.3
58
+ wget https://github.com/plover/plover/archive/v2.5.4 .tar.gz
59
+ tar -zxf v2.5.4 .tar.gz
60
+ cd plover-2.5.4
61
61
sudo python setup.py install
62
62
63
63
Once this is done then you should be able to run plover from the applications menu or from the command line with::
You can’t perform that action at this time.
0 commit comments