Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.01 KB

README.rst

File metadata and controls

27 lines (20 loc) · 1.01 KB

Life Sciences ML @ TACC

Quickstart

  1. Create a Python 3 environment (virtual or with conda)
  2. Install dependencies pip install -r requirements.txt
  3. Build using make html (Mac/Linux) or make.bat html (Windows)
  4. Use make livehtml to start a server that watches for source changes and will rebuild/refresh the docs automatically. Go to http://localhost:8000/ to see its output.

reStructuredText help

rST is a bit more onerous than Markdown, but it includes more advanced features like inter-page references/links and a suite of directives.