From 74bb32efe60a324fc0a49f87119fb3438875cc6f Mon Sep 17 00:00:00 2001 From: Steffen Vogel <stvogel@eonerc.rwth-aachen.de> Date: Fri, 15 May 2020 09:48:20 +0200 Subject: [PATCH] Update README.md --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 45ee214..2c31e8e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a * Download this repository to your local disk. You can download it as a zip-File or use `git`: ```bash - git clone --recurse-submodules git@git-ce.rwth-aachen.de:jupyter/profiles/example.git + git clone git@git-ce.rwth-aachen.de:jupyter/profiles/example.git ``` * It is highly recommended to run the notebooks in an isolated Anaconda environment. You can create a new environment called `jupyter-example-profile` from the provided `environment.yml` by running the following command in the Anaconda prompt @@ -48,15 +48,6 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a ```bash conda activate jupyter-example-profile ``` - -* Run two final commands in the Anaconda prompt (with activated `jupyter-example-profile` environment): - - ```bash - chmod +x postBuild.sh - ./postBuild.sh - ``` - - If the latter command fails, please open `postBuild.sh` and execute the commands listed there manually. ### Local Run -- GitLab