File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ CHANGE HISTORY
3
3
4
4
LATEST
5
5
------
6
+ - TBD
7
+
8
+ 1.14.0
9
+ ------
6
10
- Added AnsiArtPlayer and AsciinemaPlayer
7
11
- Added dynamically sized, animated sprites to ray caster demo.
8
12
- Added fit parameter to DropdownList.
Original file line number Diff line number Diff line change 58
58
Installation
59
59
------------
60
60
61
- Asciimatics supports Python versions 2 & 3. For the precise list of tested versions,
62
- refer to `pypi <https://pypi.python.org/pypi/asciimatics >`_.
61
+ Asciimatics supports Python version 3. For the precise list of tested versions,
62
+ refer to `pypi <https://pypi.python.org/pypi/asciimatics >`_. The last version of asciimatics
63
+ to support Python 2 is v1.14.
63
64
64
65
To install asciimatics, simply install with `pip ` as follows:
65
66
@@ -145,7 +146,7 @@ More examples
145
146
-------------
146
147
147
148
More examples of what you can do are available in the project samples directory, hosted on GitHub.
148
- See https://github.com/peterbrittain/asciimatics/tree/v1.13 /samples.
149
+ See https://github.com/peterbrittain/asciimatics/tree/v1.14 /samples.
149
150
150
151
To view them, simply download these files and then simply run them directly with `python `.
151
152
Alternatively, you can browse recordings of many of the samples in the gallery at
You can’t perform that action at this time.
0 commit comments