diff options
author | benadha <benawiadha@gmail.com> | 2020-11-19 22:18:25 +0700 |
---|---|---|
committer | benadha <benawiadha@gmail.com> | 2020-11-19 22:18:25 +0700 |
commit | 8f1113c2d2ec193561a49704c4a07a41ec2bc8cb (patch) | |
tree | 4d86f2312985f27d94255f7edce2503622c464ba /README.md | |
parent | d27f0d3f312ac6d63f0aae7a1a18d6ca0c9523fc (diff) | |
download | epy-8f1113c2d2ec193561a49704c4a07a41ec2bc8cb.tar.gz |
PyPI compliant
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -17,6 +17,20 @@ This is just a fork of my own [epr](https://github.com/wustho/epr) with these ex # Installation +## Via PyPI + +```shell +$ pip3 install epy-reader +``` + +## Via Pip+Git + ```shell $ pip3 install git+https://github.com/wustho/epy ``` + +# Reading Tips Using Epy + +When reading using `epy` you might occasionally find triple asteriks `***`. +That means you reach the end of some section in your ebook and the next line (right after those three asteriks, which is in new section) will start at the top of the page. +This might be disorienting, so the best way to get seamless reading experience is by using next-page control (`space`, `l` or `Right`) instead of next-line control (`j` or `Down`). |