Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Lang <steven.lang.mz@gmail.com>
  • Loading branch information
braun-steven committed Jun 28, 2021
1 parent 4409178 commit 4f71d36
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,29 @@
# arxiv-downloader: The ArXiv PDF Command Line Interface Downloader

## Installation

Arxiv-downloader is available via PyPi:

``` sh
pip install arxiv-downloader
```

## Usage

``` sh
> arxiv-downloader -h

usage: arxiv-downloader [-h] [--url URL] [--id ID] [--directory DIRECTORY] [--source]

ArXiv Paper Downloader.

optional arguments:
-h, --help show this help message and exit
--url URL, -u URL ArXiv article URL.
--id ID, -i ID ArXiv article ID (for https://arxiv.org/abs/2004.13316 this would be
2004.13316).
--directory DIRECTORY, -d DIRECTORY
Output directory.
--source, -s Whether to download the source tar file.
```

0 comments on commit 4f71d36

Please sign in to comment.