Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 695 Bytes

install.md

File metadata and controls

44 lines (28 loc) · 695 Bytes

Documentation

Install

Linux

Install graphviz as follows

sudo apt-get install graphviz graphviz-dev

OSX

We 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 | sh

Then

cloudmesh-installer --ssh get cc

After it is installed, please use

mkdir cm
cd cm
pip install cloudmesh-installer
cloudmesh-installer get cc