Next we install the `nomad` package itself (including all extras). The `-e`
Next we install the `nomad` package itself (including all extras). The `-e`
option will install NOMAD with symbolic links that allow you to change
option will install NOMAD with symbolic links that allow you to change
the code without having to reinstall after each change.
the code without having to reinstall after each change.
The -c flag restricts the installation of dependencies to the versions specified in the provided requirements file, ensuring that only those versions are installed.