From 37131db19baef002f30245b9c2278b3556a08070 Mon Sep 17 00:00:00 2001 From: Fahad Khalid <f.khalid@fz-juelich.de> Date: Tue, 17 Dec 2019 08:34:26 +0000 Subject: [PATCH] Fixed the incorrect repository path in the setup instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40c4385..a4519ab 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ The `hpc4neuro` package requires `Python 3.6` or above. To install, please use the following command: ``` -python -m pip install git+https://gitlab.version.fz-juelich.de/hpc4neuro/hpc4neuro.git +python -m pip install git+https://gitlab.version.fz-juelich.de/hpc4ns/hpc4neuro.git ``` ## Available modules @@ -154,4 +154,4 @@ Use the following command to run tests: `mpirun -np <n> python -m pytest` -where `<n>` should be replaced with the number of MPI ranks to use for testing. \ No newline at end of file +where `<n>` should be replaced with the number of MPI ranks to use for testing. -- GitLab