pulibrary / dspace-python

Python Scripts for DSpace Administration
0 stars 0 forks source link

DSpace Python

CircleCI

Python scripts for DSpace administration.

Getting Started

Prerequisites

Installing pipenv

pyenv local 3.8.8
pip install pipenv

Installing the Python package dependencies

pipenv shell
pipenv lock --pre
pipenv install --dev

Usage

Development

Building Documentation

pipenv run sphinx-build -b html source build/html

or

make html