From b40c2ff25333ce4cdf40dee8d72d09a118079d3d Mon Sep 17 00:00:00 2001
From: fniesel <57442202+fniesel@users.noreply.github.com>
Date: Mon, 23 Jan 2023 11:19:42 +0100
Subject: [PATCH] Added interpreter script

---
 readme.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/readme.md b/readme.md
index 0e11440..57f588b 100644
--- a/readme.md
+++ b/readme.md
@@ -43,6 +43,8 @@ source <path_to_venv>/activate.sh
 The script `create_kernel.sh` will create a kernel json file in the user's home directory that can be found
 by Jupyter and a helper script in the virtual environment folder.
 
+The script `create_interpreter.sh` creates a python interpreter wrapper script in the user's home directory (`~/.local/share/python/interpreter/<venv_name>/python`).
+You can set this newly created wrapper script as python interpreter in your favorite IDE for remote development and debugging. See further instructions [here](https://gitlab.jsc.fz-juelich.de/niesel1/howtos-ai/-/blob/main/RemoteDebuggingWithVSCode.ipynb).
 
 
 # Intended Workflow
@@ -52,3 +54,4 @@ by Jupyter and a helper script in the virtual environment folder.
 4. Edit `setup.sh` and `activate.sh` to add extra steps for custom modules.
 5. Create the environment with `bash setup.sh`.
 6. Create a kernel with `bash create_kernel.sh`.
+7. Create a python interpreter wrapper with `create_interpreter.sh`.
-- 
GitLab