Skip to content

Setup Guide

Welcome to the NOMAD setup guide! This page will walk you through how to install the NOMAD Python package and get started with your first command.


Prerequisites

Before installing NOMAD, make sure you have:

  • Python 3.8 or later
  • pip (Python package manager)
  • git installed and accessible from your terminal

To check:

python --version
pip --version
git --version

Installation

Install NOMAD directly from GitHub using pip:

pip install git+https://github.com/Watts-Lab/nomad.git

This will install the latest version of NOMAD and all its dependencies.


Next Steps

  • Head over to the Tutorials section for a deeper dive.

Need help? Contact the team or open an issue on GitHub.