Skip to content

Commit

Permalink
Tweeks to documentation based on pypi upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
valayDave committed May 28, 2021
1 parent 31f4ad7 commit bc6f043
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,15 @@ This library can be used in may ways. It can be used as a standalone library to

## Core Library Install

From Source
```sh
pip install -r git+https://github.com/valayDave/arxiv-miner
```

From pip
```sh
pip install arxiv-miner
```
## Latex Mining Utils installation
Main dependences : `texlive-full` (Ubuntu) or [`texshop`](https://pages.uoregon.edu/koch/texshop/) (OSX) and [`opendetex`](https://github.com/pkubowicz/opendetex). The [setup_latex_parsing.sh](https://github.com/valayDave/arxiv-miner/blob/master/setup_latex_parsing.sh) script will install `texlive-full` and other dependencies for ubuntu and also create the binary for `opendetex` in the current working directory.
```sh
Expand Down

0 comments on commit bc6f043

Please sign in to comment.