Skip to content

Commit 97c2b46

Browse files
committed
Polish readme.
1 parent 6efdb40 commit 97c2b46

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ CLI args have been added to allow file locations/debug etc. to be changed. This
88

99
The CLI output is not directly visible on the Windows executable version, since that has no console. For now, all output that 'would' go to STDOUT and STDERR goes into a text file in the working directory.
1010

11-
To run from source, click and twisted need to be installed via pip. On Debian/Ubuntu systems, assuming python3 is installed, you may need to apt install python3-tk
11+
To run from source, the rquirements are click and twisted (apt install python3-click python3-twisted, or python3 -m pip install click twisted). On Debian/Ubuntu systems, assuming python3 is installed, you may need to apt install python3-tk
1212

13-
On Python 2.7 pathlib2 is required
13+
On Python 2.7 pathlib2 is also required
1414

1515
```
1616
# Running from source directory in a linux xterm to get the help
@@ -61,7 +61,7 @@ To avoid launching a console, standard output and standard error (STDOUT and STD
6161

6262
All:
6363

64-
I would advise you to stay clear of the Aliases menu for the moment, it's under reconstruction.
64+
Aliases will fire when clicked. Suggest you edit them while not in play.
6565

66-
Hopefully this is nearly feature complete, and should be stable in short order.
66+
That about wraps it up for version 2.
6767

_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.14.203"
1+
__version__ = "2.14.204"

0 commit comments

Comments
 (0)