aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 00:43:11 +0100
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2019-05-30 00:43:11 +0100
commitd22efb98c201661e27ab4225164c1ef491de77f2 (patch)
treeb5e8bc14de836e7ca1411f9a732bf6ecea35dfd6 /README.md
parentUpdate Readme (diff)
downloadpaper2remarkable-d22efb98c201661e27ab4225164c1ef491de77f2.tar.gz
paper2remarkable-d22efb98c201661e27ab4225164c1ef491de77f2.zip
Remove loguru dependency
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3c4f9b9..bbda5a7 100644
--- a/README.md
+++ b/README.md
@@ -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