Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 588 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 588 Bytes

Lifesciences Open Source portal documentation

Overview

The repository contains sources for the EPAM Lifeciences Open Source portal.

https://lifescience.opensource.epam.com

Build using Docker

U=$UID docker-compose up

Build instructions

To compile site install Sphinx

sudo pip install -r requirements.txt

and then run:

make html

Optionaly you could also install the livereload package, run python watch.py and see how the documentation recompiles/updates as you modify sources.