boon

unix terminal framework
git clone https://git.ce9e.org/boon.git

commit
f85e059f1555f4c5f4496ad81135bd574d51713f
parent
8d5e1198cea897443f1d1f589c694c98bb5e3ea9
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-07-18 08:51
README: add installation section

Diffstat

M README.md 5 +++++

1 files changed, 5 insertions, 0 deletions


diff --git a/README.md b/README.md

@@ -14,6 +14,11 @@ low level API or a third party library such as
   14    14 [colorama](https://github.com/tartley/colorama/) or
   15    15 [blessings](https://github.com/erikrose/blessings/).
   16    16 
   -1    17 ## Installation
   -1    18 
   -1    19 ```
   -1    20 pip install boon-term
   -1    21 ```
   17    22 
   18    23 ## Example
   19    24