These are a set of scripts for updating the local github data in this repository, used as the source for displaying the content on software.llnl.gov
# Create a Python virtual environment
virtualenv -p python3 venv
# Activate the virtual environment
source venv/bin/activate
# Install dependencies
pip install -r requirements.txt
# Run the collection script
./MASTER.sh