# lifescience **Repository Path**: mirrors_epam/lifescience ## Basic Information - **Project Name**: lifescience - **Description**: Documentation on EPAM Life Sciences open source solutions - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Lifesciences Open Source portal documentation ## Overview The repository contains sources for the EPAM Lifesciences Open Source portal. https://lifescience.opensource.epam.com ## Build using Docker U=$UID docker-compose up ## Build using epmlsop builder sh build.sh ## Build instructions To compile site install [Sphinx](http://sphinx-doc.org/) sudo pip install -r requirements.txt and then run: make html Optionally you could also install the [livereload](https://livereload.readthedocs.org/en/latest/) package, run `python watch.py` and see how the documentation recompiles/updates as you modify sources.