diff --git a/Python/README.md b/Python/README.md
index fcbe6fd3f9c4d27fd7fdfbcf2cf3b0bfa2a5b369..520ec00e2d7a30b1b389fe047e668e618f78aff9 100644
--- a/Python/README.md
+++ b/Python/README.md
@@ -1,3 +1,10 @@
 # Python related Problems
 
-## Installing Cartopy
\ No newline at end of file
+## Q: Installing Cartopy on Jet Cluster?
+[Cartopy Installation Notebook](QA-001-Cartopy-Installation-Jet.ipynb)
+The user needs to load `geos` and `proj` libraries and install via 
+`pip install --user cartopy` or create an anaconda environment and install there. 
+
+*Installing from `conda-forge` is also possible, without loading any modules.* 
+e.g. `conda install -c conda-forge cartopy` in a conda environment. 
+This installs the libraries as well. (Not recommended)
\ No newline at end of file