Testing with dmftar¶
To test scenarios in which dmftar is used, install this command in a Python virtual environment:
git submodule updateto get the correct version of the dmftar source code.python3 -m venv .venvto create a virtual environment.source .venv/bin/activateto activate the virtual environment.pushd modules/dmftarto change directory to the dmftar source code.pip3 install -r requirements.txtto install the dmftar dependencies.flit installto install the dmftar command.popdto return to the root of the project.
(You could also use pip3 install -e . instead of flit, if you want to edit the source code, but that is not necessary).
Note that your public key must be added to the SURF Data Archive account used for testing.