These are scripts used by the JHU Libraries that use the Alma API.
To use them, you'll need to have an API key. The API key can be found in the Ex Libris Developer's Portal.
- Create a new Python virtual env
python3 -m venv
- Activate the virtual env
source env/bin/activate
- Update pip in the virtualenv
python3 -m pip install --upgrade pip
- Install packages from
requirements.txt
pip install -r requirements.txt
-
After activating the virtualenv install additional dependencies with
pip
-
Update the requirements.txt and commit the changes
python3 -m pip freeze > requirements.txt