Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Research Repository for Data and Diagnostics

GitHub repositories:

...

R2D2 V3: Client / Server Implementation

Installing the r2d2 server

...

Note: This installation process needs to be updated and combined

...

cd r2d2
python3 -m pip install -e .
cd server
python3 -m pip install -e .

...