Skip to content
Snippets Groups Projects
Commit 4f96459d authored by Markus Scheidgen's avatar Markus Scheidgen
Browse files

Added upgrade commands for pip and setup tools to README.md. Old setup tools...

Added upgrade commands for pip and setup tools to README.md. Old setup tools caused problems on some installations.
parent 9056d2ac
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,8 @@ Clone and install the nomad infrastructure and the necessary dependencies (inclu ...@@ -22,6 +22,8 @@ Clone and install the nomad infrastructure and the necessary dependencies (inclu
git clone https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR nomad git clone https://gitlab.mpcdf.mpg.de/nomad-lab/nomad-FAIR nomad
cd nomad cd nomad
git submodule update --init git submodule update --init
pip install --upgrade pip
pip install --upgrade setuptools
pip install -r requirements.txt pip install -r requirements.txt
./dependencies.sh -e ./dependencies.sh -e
pip install -e . pip install -e .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment