From e36f51f25ca2a96e9db7b13ab0586514190e80d9 Mon Sep 17 00:00:00 2001
From: Michael Blaschek <michael.blaschek@univie.ac.at>
Date: Tue, 24 Nov 2020 17:45:27 +0100
Subject: [PATCH] Update Python/README.md

---
 Python/README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Python/README.md b/Python/README.md
index 37bf0c4..b2dd241 100644
--- a/Python/README.md
+++ b/Python/README.md
@@ -18,3 +18,7 @@ This installs the libraries as well. (Not recommended)
 The Idea is to create a `load_modules_into_jupyter.conf` file in your home directory asking for modules to be loaded when ther kernel is launched. 
 *Please note that the file needs an empty line at the end*
 
+## Q: How to create a user environment?
+[Conda/Virtual Environment](QA-003-Conda-Environment.ipynb)
+
+The idea is to install a conda or virtual environment and use that as a kernel for your notebooks. *Please note the solution for cartopy*
-- 
GitLab