diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 00:43:11 +0100 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-05-30 00:43:11 +0100 |
| commit | d22efb98c201661e27ab4225164c1ef491de77f2 (patch) | |
| tree | b5e8bc14de836e7ca1411f9a732bf6ecea35dfd6 /README.md | |
| parent | Update Readme (diff) | |
| download | paper2remarkable-d22efb98c201661e27ab4225164c1ef491de77f2.tar.gz paper2remarkable-d22efb98c201661e27ab4225164c1ef491de77f2.zip | |
Remove loguru dependency
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -88,14 +88,13 @@ The script also needs the following Python packages: - [BeautifulSoup4](https://pypi.org/project/beautifulsoup4/): parsing HTML - [requests](https://pypi.org/project/requests/): getting HTML -- [loguru](https://pypi.org/project/loguru/): easy logging - [PyPDF2](https://github.com/mstamy2/PyPDF2): verifying urls point to PDF - [titlecase](https://pypi.org/project/titlecase/): fancy titles You can use this line: ```bash -pip install --user bs4 requests loguru PyPDF2 titlecase +pip install --user bs4 requests PyPDF2 titlecase ``` # Notes |
