...
CD into $JEDI_WORKFLOW
$> cd $JEDI_WORKFLOW
- Install each repo: ewok, r2d2-client, and simobs
$> cd ewok
$> python3 -m pip install .
$> cd ..
repeat for r2d2-client and simobs
4. Add new environmental variables
...
...
CD into $JEDI_WORKFLOW
$> cd $JEDI_WORKFLOW
$> cd ewok
$> python3 -m pip install .
$> cd ..
repeat for r2d2-client and simobs
...