Skip to content
Snippets Groups Projects

Installation

Requirements

mrDNA requires the following dependencies:

  • Python 3.6+
  • NumPy
  • SciPy
  • MDAnalysis (for certain functionality)

Installing from Source

Clone the repository and install with pip:

git clone https://gitlab.com/your-username/mrdna.git
cd mrdna
pip install -e .

This will install the package in development mode, allowing you to modify the code and immediately see the effects.