Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 479 Bytes

File metadata and controls

25 lines (18 loc) · 479 Bytes

hermes-plugin-software-card

HERMES curation plugin using the Software CaRD framework.

Development

python3.11 -m venv venv
source venv/bin/activate
python -m pip install -e .

For testing of CI environments (on Linux), source one of these files:

source env-github.sh
source env-gitlab.sh