Clone this repository, e.g.,
git clone https://github.com/mccode-dev/mccode-pooch-registries.git mccode_poochClone the McCode repository inside of this one, e.g.,
cd mccode_pooch
git clone https://github.com/mccode-dev/McCode.git mccodeSetup a local development environment
$ python -m pip install --upgrade pip virtualenv
$ python -m virtualenv venv
$ . venv/bin/activate
(venv) $ python -m pip install -r requirements.txt Run the registry script, which will attempt to push results back to GitHub
(venv) $ python register.py --parent mccode