Install graphviz as follows
sudo apt-get install graphviz graphviz-devWe recommend to install gaplin as svg viewer
You need to install graphviz
We use fastapi as teh webserver with uvicorn. To install it, the newest versions of FastAPI are partially implemented in rust. Thus you will need to install rust on your machine with
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shThen
cloudmesh-installer --ssh get ccAfter it is installed, please use
mkdir cm
cd cm
pip install cloudmesh-installer
cloudmesh-installer get cc