Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 496 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 496 Bytes

BIH HPC Cluster Documentation

You can find the built documentation here:

Building the Documentation Locally

Prerequisites

host:~$ sudo pip install pipenv  # maybe pip3 install or python -m pip install pipenv

Clone

host:~$ git clone xxx
host:~$ cd bih-cluster
host:bih-cluster$ pipenv install
host:bih-cluster$ pipenv shell
(bih-cluster) host:bih-cluster$ cd bih-cluster
(bih-cluster) host:bih-cluster$ mkdocs serve