Skip to content
README.md 606 B
Newer Older
gabriele-h's avatar
gabriele-h committed
# Extract Bibliographic Info From Alma

[Jupyter Notebook](Extract_Bibliographic_Info_From_Alma.ipynb) for extracting bibliographic information
gabriele-h's avatar
gabriele-h committed
for a given list of unique identifiers.
gabriele-h's avatar
gabriele-h committed

## Setup

If you want to try this on your local machine, please take note that you will need to
do the following:

### Get Submodule
Get the [catalogue](https://labs.onb.ac.at/gitlab/labs-team/catalogue) module by executing
gabriele-h's avatar
gabriele-h committed
```
cd catalogue
git submodule init
git submodule update
```

### Install requirements
After setting up your venv, install the requirements for the project:
```
pip install -r requirements.txt
```