Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 15 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,8 @@ Currently supports:

Bitcoin: 17jaxj26vFJNqQ2hEVerbBV5fpTusfqFro

## Requirements
### Needed
| Package | Version tested |
| --- | --- |
| Python | 3.6 |
| PyQt5 | 5.10.1 |
| python-lxml | 4.3.0 |
| python-beautifulsoup4 | 4.6.0 |
| python-xmltodict | 0.11.0 |

### Optional
| Package | Version tested | Required for |
| --- | --- | --- |
| python-pymupdf | 1.14.5 | PDF support |
| python-djvulibre | 0.8.4 | DjVu support |
| python-markdown | 3.0.1 | Markdown support |
| textile | 3.0.4 | TXT support |



## Support
When reporting issues:
Expand All @@ -45,7 +30,19 @@ When reporting issues:

## Installation
### Manual
0. Install dependencies - I recommend using your package manager for this.
0. Necessary:
| Python 3.6 - https://www.python.org/downloads/
| PyQt5 5.10.1 - pip install PyQt5
| python-lxml 4.3.0 - pip install lxml
| python-beautifulsoup4 4.6.0 - pip install beautifulsoup4
| python-xmltodict 0.11.0 - pip install xmltodict

Optional:
| python-pymupdf 1.14.5 - pip install PyMuPDF (for PDF support)
| python-djvulibre 0.8.4 - pip install python-djvulibre (DjVu support)
| python-markdown 3.0.1 - pip install Markdown (Markdown support)
| textile 3.0.4 - pip install textile (TXT support)

1. Clone repository
2. Type the following in the root directory:

Expand Down