...
Note: This installation process needs to be updated and combined into one standard install.
Note: The r2d2 server does NOT require spack-stack or any spack-stack-related dependencies.
cd r2d2
python3 -m pip install -e .
cd server
python3 -m pip install -e .
...
from r2d2_client import R2D2Client
R2D2Client.
How to launch the Swagger Editor for editing app.yaml using a localhost Docker container
...