Newer
Older
## Creating a virtual environment
```
pip install virtualenv
virtualenv venv
```
Clone the repository, and make sure the python package virtualenv is installed.
You can then run `make download` to download PDF files, `make parse` to download and extract their contents. PDF fiels are stored in `./pdfs`, and textual contents in ` ./txts/`.