Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • legacy-metainfo
  • nomad-coe
  • lauri-restructure
  • preMetaRename
  • 1.4.0
  • 1.3.0
  • 1.2.0
  • 1.1.0
  • 1.0.0
  • 0.0.0
11 results

python

  • Clone with SSH
  • Clone with HTTPS
  • This project tries and test approaches that might lead to an improved architecture for NOMAD (XT).

    Generate the docs (and continue there)

    First, clone this repo:

    git clone git@gitlab.mpcdf.mpg.de:mscheidg/nomad-xt.git
    cd nomad-xt

    Second, create and source your own virtual python environment:

    pip install virtualenv
    virtualenv -p `which python3` .pyenv
    source .pyenv/bin/activate

    Third, install the development dependencies, including the documentation system sphinx:

    pip install -r requirements-dev.txt

    Forth, generate the documentation:

    cd docs
    make html

    Conintue with reading the documentation for further setup and contribution guidelines:

    cd .build/html
    python -m http.server 8888

    Open http://localhost:8888/html/setup.html in your browser.