github.com/pachyderm/pachyderm@v1.13.4/doc/install-mkdocs.sh (about)

     1  #!/bin/bash
     2  
     3  # This script installs the python modules needed to build our docs, for local
     4  # testing
     5  
     6  pip3 install --user \
     7    mkdocs \
     8    mkdocs-exclude \
     9    mkdocs-material \
    10    pymdown-extensions \
    11    mdx-truly-sane-lists
    12