Skip to content
Snippets Groups Projects
Commit 74bb32ef authored by Steffen Vogel's avatar Steffen Vogel :santa_tone2:
Browse files

Update README.md

parent e243cd91
No related branches found
No related tags found
No related merge requests found
Pipeline #281526 canceled
......@@ -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
......@@ -49,15 +49,6 @@ To run the notebooks on your local machine, you may use [Anaconda](https://www.a
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
* Activate the environment with `conda activate jupyter-example-profile`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment