Skip to content

Installation

This page explains how to set up the DoD2k Python package and its dependencies.


Requirements

  • Python 3.9+
  • Conda
  • JupyterLab or Jupyter Notebook
  • Required Python packages (see dod2k-env.yml)

Setup

  1. Clone the repository

    git clone https://github.com/lluecke/dod2k.git
    cd dod2k
    
  2. Create the Conda environment from the YAML file:

    bash conda env create -f dod2k-environment.yml

  3. Activate the environment:

    conda activate dod2k
    
  4. Launch JupyterLab or Jupyter Notebook:

    jupyter lab
    
    or
    jupyter notebook
    

Next Steps

Once the environment is set up: