Skip to content
Snippets Groups Projects
Select Git revision
  • 2e7e967401fdcd7d4fef8e65dddd261ec0daa2fd
  • main default protected
  • docker-images protected
  • docs protected
  • helm protected
5 results

shiny-k8s

  • Clone with SSH
  • Clone with HTTPS
  • Installing dependencies

    sudo apt-get install graphviz graphviz-dev # needed for pygrahviz
    virtualenv .venv -p python3
    source .venv/bin/activate
    pip install -r requirements.txt

    See changes locally

    sphinx-autobuild source/ build/html --port 8044