Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 492 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 492 Bytes

Building docs for InnerEye-DeepLearning

  1. First, make sure you have all the packages necessary for InnerEye.
  2. Install pip dependencies from docs/requirements.txt:
pip install -r requirements.txt
  1. Run make html from the docs folder. This will create html files under docs/build/html.
  2. From the docs/build/html folder, run python -m http.server 8080 to host the docs locally.
  3. From your browser, navigate to http:https://localhost:8080 to view the documentation.